ResourceListKeys Class  
Namespace/NotificationHub Connection String.
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. Default value: None | 
| secondary_connection_string | SecondaryConnectionString of the created AuthorizationRule. Default value: None | 
| primary_key | PrimaryKey of the created AuthorizationRule. Default value: None | 
| secondary_key | SecondaryKey of the created AuthorizationRule. Default value: None | 
| key_name | KeyName of the created AuthorizationRule. Default value: None | 
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. |