你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AccessKeys Class
Namespace/ServiceBus Connection String.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.servicebus._serialization.ModelAccessKeys
Constructor
AccessKeys(**kwargs: Any)
Variables
Name | Description |
---|---|
primary_connection_string
|
Primary connection string of the created namespace authorization rule. |
secondary_connection_string
|
Secondary connection string of the created namespace authorization rule. |
alias_primary_connection_string
|
Primary connection string of the alias if GEO DR is enabled. |
alias_secondary_connection_string
|
Secondary connection string of the alias if GEO DR is enabled. |
primary_key
|
A base64-encoded 256-bit primary key for signing and validating the SAS token. |
secondary_key
|
A base64-encoded 256-bit primary key for signing and validating the SAS token. |
key_name
|
A string that describes the authorization rule. |