RosUsersProps
Properties for defining a RosUsers
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ehpc-users
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new RosUsersProps {
object ClusterId,
object Users
};
Properties
Name | Type | Description |
---|---|---|
ClusterId |
object |
No description. |
Users |
object |
No description. |
ClusterId
Required
public object ClusterId { get; set; }
- Type: object
Users
Required
public object Users { get; set; }
- Type: object