SharedAccessAuthorizationRuleCreateOrUpdateParameters Class
Parameters supplied to the Create Or Update Authorization Rules operation.
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. Default value: None
|
name
|
Name of the AuthorizationRule. Default value: None
|
rights
|
The rights associated with the rule. Default value: None
|
Variables
Name | Description |
---|---|
location
|
Data center location. |
name
|
Name of the AuthorizationRule. |
rights
|
The rights associated with the rule. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python