Skip to content

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.

IncludeTagsOptional

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

RefreshOptionsOptional

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

ResourceGroupIdOptional

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