RosResourceGroupProps
Properties for defining a RosResourceGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-resourcemanager-resourcegroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new RosResourceGroupProps {
object IncludeTags = null,
object RefreshOptions = null,
object ResourceGroupId = null
};
Properties
Name | Type | Description |
---|---|---|
IncludeTags |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
IncludeTags
Optional
public object IncludeTags { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object