RosAccountProps
Properties for defining a RosAccount
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-account
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosAccountProps {
object AccountName,
object AccountPassword,
object DbInstanceId,
object AccountDescription = null,
object AccountType = null
};
Properties
Name | Type | Description |
---|---|---|
AccountName |
object |
No description. |
AccountPassword |
object |
No description. |
DbInstanceId |
object |
No description. |
AccountDescription |
object |
No description. |
AccountType |
object |
No description. |
AccountName
Required
public object AccountName { get; set; }
- Type: object
AccountPassword
Required
public object AccountPassword { get; set; }
- Type: object
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
AccountDescription
Optional
public object AccountDescription { get; set; }
- Type: object
AccountType
Optional
public object AccountType { get; set; }
- Type: object