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