RosAccountsProps
Properties for defining a RosAccounts
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rds-accounts
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosAccountsProps {
object DbInstanceId,
object AccountName = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
DbInstanceId |
object |
No description. |
AccountName |
object |
No description. |
RefreshOptions |
object |
No description. |
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
AccountName
Optional
public object AccountName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object