RegenerateKeysParameters Class
Parameters supplied to the Regenerate Authorization Rule keys operation.
- Inheritance
-
azure.mgmt.eventhub._serialization.ModelRegenerateKeysParameters
Constructor
RegenerateKeysParameters(*, policykey: str | _models.Policykey | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
policykey
|
Key that needs to be regenerated. Known values are: "PrimaryKey" and "SecondaryKey". |
Variables
Name | Description |
---|---|
policykey
|
Key that needs to be regenerated. Known values are: "PrimaryKey" and "SecondaryKey". |
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