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. |
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
AccountType
Optional
public object AccountType { get; set; }
- Type: object
PolarDbxAccountName
Optional
public object PolarDbxAccountName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object