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