Skip to content

ResourceGroupProps

Properties for defining a ResourceGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-resourcegroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new ResourceGroupProps {
    object DisplayName,
    object Name,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
DisplayName object Property displayName: The display name of the resource group.
Name object Property name: The name of the resource group.
Tags TagsProperty[] Property tags: Tags to attach to resource group.

DisplayNameRequired

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

Property displayName: The display name of the resource group.


NameRequired

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

Property name: The name of the resource group.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags to attach to resource group.

Max support 20 tags to add during create resource group. Each tag with two properties Key and Value, and Key is required.