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