SharedAccessAuthorizationRuleCreateOrUpdateParameters Class
Parameters supplied to the Create Or Update Authorization Rules operation.
- Inheritance
-
azure.mgmt.eventhub._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 AuthorizationRule. |
rights
|
The rights associated with the rule. |
Variables
Name | Description |
---|---|
location
|
Data center location. |
name
|
Name of the AuthorizationRule. |
rights
|
The rights associated with the rule. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python