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". |
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