Skip to content

RosAccountProps

Properties for defining a RosAccount.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-polardbx-account

Initializer

using AlibabaCloud.SDK.ROS.CDK.Polardbx;
new RosAccountProps {
    object DbInstanceId,
    object PolarDbxAccountName,
    object RefreshOptions = null
};

Properties

Name Type Description
DbInstanceId object No description.
PolarDbxAccountName object No description.
RefreshOptions object No description.

DbInstanceIdRequired

public object DbInstanceId { get; set; }
  • Type: object

PolarDbxAccountNameRequired

public object PolarDbxAccountName { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object