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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python