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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python