Client Class
The Client resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.eventgrid.models._models_py3.ResourceClient
Constructor
Client(*, description: str | None = None, authentication_name: str | None = None, client_certificate_authentication: _models.ClientCertificateAuthentication | None = None, state: str | _models.ClientState = 'Enabled', attributes: Dict[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
Description for the Client resource. |
authentication_name
|
The name presented by the client for authentication. The default value is the name of the resource. |
client_certificate_authentication
|
The client certificate authentication information. |
state
|
str or
ClientState
Indicates if the client is enabled or not. Default value is Enabled. Known values are: "Enabled" and "Disabled". Default value: Enabled
|
attributes
|
Attributes for the client. Supported values are int, bool, string, string[]. Example: "attributes": { "room": "345", "floor": 12, "deviceTypes": ["Fan", "Light"] }. |
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 Client resource. |
description
|
Description for the Client resource. |
authentication_name
|
The name presented by the client for authentication. The default value is the name of the resource. |
client_certificate_authentication
|
The client certificate authentication information. |
state
|
str or
ClientState
Indicates if the client is enabled or not. Default value is Enabled. Known values are: "Enabled" and "Disabled". |
attributes
|
Attributes for the client. Supported values are int, bool, string, string[]. Example: "attributes": { "room": "345", "floor": 12, "deviceTypes": ["Fan", "Light"] }. |
provisioning_state
|
Provisioning state of the Client resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed", and "Deleted". |
Azure SDK for Python