RegenerateKeysParameters Class
Parameters supplied to the Regenerate Authorization Rule operation.
- Inheritance
-
azure.mgmt.servicebus._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". |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python