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. |
DisplayName
Optional
public object DisplayName { get; set; }
- Type: object
IncludeTags
Optional
public object IncludeTags { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIds
Optional
public object ResourceGroupIds { get; set; }
- Type: object