RegenerateActionParameter Class
The access key regenerate action content.
- Inheritance
-
azure.mgmt.web._serialization.ModelRegenerateActionParameter
Constructor
RegenerateActionParameter(*, key_type: str | _models.KeyType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_type
|
The key type. Known values are: "NotSpecified", "Primary", and "Secondary". |
Variables
Name | Description |
---|---|
key_type
|
The key type. Known values are: "NotSpecified", "Primary", and "Secondary". |
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