ResourceListKeys Class
Namespace/NotificationHub Connection String.
- Inheritance
-
msrest.serialization.ModelResourceListKeys
Constructor
ResourceListKeys(*, primary_connection_string: str | None = None, secondary_connection_string: str | None = None, primary_key: str | None = None, secondary_key: str | None = None, key_name: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
primary_connection_string
|
PrimaryConnectionString of the AuthorizationRule. |
secondary_connection_string
|
SecondaryConnectionString of the created AuthorizationRule. |
primary_key
|
PrimaryKey of the created AuthorizationRule. |
secondary_key
|
SecondaryKey of the created AuthorizationRule. |
key_name
|
KeyName of the created AuthorizationRule. |
Variables
Name | Description |
---|---|
primary_connection_string
|
PrimaryConnectionString of the AuthorizationRule. |
secondary_connection_string
|
SecondaryConnectionString of the created AuthorizationRule. |
primary_key
|
PrimaryKey of the created AuthorizationRule. |
secondary_key
|
SecondaryKey of the created AuthorizationRule. |
key_name
|
KeyName of the created AuthorizationRule. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python