AccountProps
Properties for defining a Account.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardbx-account
Initializer
using AlibabaCloud.SDK.ROS.CDK.Polardbx;
new AccountProps {
object AccountName,
object AccountPassword,
object DbInstanceId,
object AccountDescription = null
};
Properties
| Name | Type | Description |
|---|---|---|
AccountName |
object |
Property accountName: Account name. |
AccountPassword |
object |
Property accountPassword: The password of the account. |
DbInstanceId |
object |
Property dbInstanceId: The ID of the instance. |
AccountDescription |
object |
Property accountDescription: Account description information. |
AccountNameRequired
public object AccountName { get; set; }
- Type: object
Property accountName: Account name.
AccountPasswordRequired
public object AccountPassword { get; set; }
- Type: object
Property accountPassword: The password of the account.
DbInstanceIdRequired
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: The ID of the instance.
AccountDescriptionOptional
public object AccountDescription { get; set; }
- Type: object
Property accountDescription: Account description information.