SharedAccessAuthorizationRuleCreateOrUpdateParameters Class
Parameters supplied to the Create Or Update Authorization Rules operation.
- Inheritance
-
azure.mgmt.servicebus._serialization.ModelSharedAccessAuthorizationRuleCreateOrUpdateParameters
Constructor
SharedAccessAuthorizationRuleCreateOrUpdateParameters(*, location: str | None = None, name: str | None = None, rights: List[str | _models.AccessRights] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
data center location. |
name
|
Name of the authorization rule. |
rights
|
The rights associated with the rule. |
Variables
Name | Description |
---|---|
location
|
data center location. |
name
|
Name of the authorization rule. |
rights
|
The rights associated with the rule. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python