RosResourceGroupsProps
Properties for defining a RosResourceGroups.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-resourcemanager-resourcegroups
Initializer
using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new RosResourceGroupsProps {
object DisplayName = null,
object IncludeTags = null,
object Name = null,
object RefreshOptions = null,
object ResourceGroupIds = null
};
Properties
| Name | Type | Description |
|---|---|---|
DisplayName |
object |
No description. |
IncludeTags |
object |
No description. |
Name |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupIds |
object |
No description. |
DisplayNameOptional
public object DisplayName { get; set; }
- Type: object
IncludeTagsOptional
public object IncludeTags { get; set; }
- Type: object
NameOptional
public object Name { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdsOptional
public object ResourceGroupIds { get; set; }
- Type: object