ResourceListKeys Class

Namespace/NotificationHub Connection String.

Inheritance
msrest.serialization.Model
ResourceListKeys

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
str

PrimaryConnectionString of the AuthorizationRule.

secondary_connection_string
str

SecondaryConnectionString of the created AuthorizationRule.

primary_key
str

PrimaryKey of the created AuthorizationRule.

secondary_key
str

SecondaryKey of the created AuthorizationRule.

key_name
str

KeyName of the created AuthorizationRule.

Variables

Name Description
primary_connection_string
str

PrimaryConnectionString of the AuthorizationRule.

secondary_connection_string
str

SecondaryConnectionString of the created AuthorizationRule.

primary_key
str

PrimaryKey of the created AuthorizationRule.

secondary_key
str

SecondaryKey of the created AuthorizationRule.

key_name
str

KeyName of the created AuthorizationRule.