Skip to content

ResourceGroupsProps

Properties for defining a ResourceGroups.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-resourcemanager-resourcegroups

Initializer

using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new ResourceGroupsProps {
    object DisplayName = null,
    object IncludeTags = null,
    object Name = null,
    object RefreshOptions = null,
    object ResourceGroupIds = null
};

Properties

Name Type Description
DisplayName object Property displayName: The display name of the resource group.
IncludeTags object Property includeTags: Whether to include the tags of the resource groups in the query results.
Name object Property name: The identifier of the resource group.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceGroupIds object Property resourceGroupIds: The IDs of the resource groups.

DisplayNameOptional

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

Property displayName: The display name of the resource group.

This parameter specifies a filter condition for the query. Fuzzy match is supported.The display name can be a maximum of 50 characters in length.


IncludeTagsOptional

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

Property includeTags: Whether to include the tags of the resource groups in the query results.


NameOptional

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

Property name: The identifier of the resource group.

This parameter specifies a filter condition for the query. Fuzzy match is supported. The identifier can be a maximum of 50 characters in length and can contain letters, digits, and hyphens (-).


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

ResourceGroupIdsOptional

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

Property resourceGroupIds: The IDs of the resource groups.

This parameter specifies a filter condition for the query.You can specify a maximum of 100 resource group IDs.