Skip to content

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.

AccountNameRequired

public object AccountName { get; set; }
  • Type: object

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object