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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python