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. |
DisplayName
Optional
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.
IncludeTags
Optional
public object IncludeTags { get; set; }
- Type: object
Property includeTags: Whether to include the tags of the resource groups in the query results.
Name
Optional
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 (-).
RefreshOptions
Optional
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.
ResourceGroupIds
Optional
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.