RegenerateKeysParameters Class
Parameters supplied to the Regenerate Authorization Rule keys operation.
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". Default value: None
|
Variables
Name | Description |
---|---|
policykey
|
Key that needs to be regenerated. Known values are: "PrimaryKey" and "SecondaryKey". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python