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. |
AccountName
Required
public object AccountName { get; set; }
- Type: object
Property accountName: Account name.
AccountPassword
Required
public object AccountPassword { get; set; }
- Type: object
Property accountPassword: The password of the account.
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: The ID of the instance.
AccountDescription
Optional
public object AccountDescription { get; set; }
- Type: object
Property accountDescription: Account description information.