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. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python