RosAccountProps
Properties for defining a RosAccount.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-adb-account
Initializer
using AlibabaCloud.SDK.ROS.CDK.Adb;
new RosAccountProps {
object AccountName,
object AccountPassword,
object DbClusterId,
object AccountDescription = null,
object AccountType = null
};
Properties
| Name | Type | Description |
|---|---|---|
AccountName |
object |
No description. |
AccountPassword |
object |
No description. |
DbClusterId |
object |
No description. |
AccountDescription |
object |
No description. |
AccountType |
object |
No description. |
AccountNameRequired
public object AccountName { get; set; }
- Type: object
AccountPasswordRequired
public object AccountPassword { get; set; }
- Type: object
DbClusterIdRequired
public object DbClusterId { get; set; }
- Type: object
AccountDescriptionOptional
public object AccountDescription { get; set; }
- Type: object
AccountTypeOptional
public object AccountType { get; set; }
- Type: object