ClientGroup Class
The Client group resource.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ClientGroup(*, description: str | None = None, query: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
description
|
Description for the Client Group resource. Default value: None
|
|
query
|
The grouping query for the clients. Example : attributes.keyName IN ['a', 'b', 'c']. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Fully qualified identifier of the resource. |
|
name
|
Name of the resource. |
|
type
|
Type of the resource. |
|
system_data
|
The system metadata relating to the Event Grid resource. |
|
description
|
Description for the Client Group resource. |
|
query
|
The grouping query for the clients. Example : attributes.keyName IN ['a', 'b', 'c']. |
|
provisioning_state
|
Provisioning state of the ClientGroup resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed", and "Deleted". |