Skip to content

RosAccountsProps

Properties for defining a RosAccounts.

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

Initializer

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

Properties

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

DbInstanceIdRequired

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

AccountTypeOptional

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

PolarDbxAccountNameOptional

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

RefreshOptionsOptional

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