ClientGroup Class

The Client group resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.eventgrid.models._models_py3.Resource
ClientGroup

Constructor

ClientGroup(*, description: str | None = None, query: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
description
str

Description for the Client Group resource.

query
str

The grouping query for the clients. Example : attributes.keyName IN ['a', 'b', 'c'].

Variables

Name Description
id
str

Fully qualified identifier of the resource.

name
str

Name of the resource.

type
str

Type of the resource.

system_data

The system metadata relating to the ClientGroup resource.

description
str

Description for the Client Group resource.

query
str

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".