StorageAccountRegenerateKeyParameters Class
The parameters used to regenerate the storage account key.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelStorageAccountRegenerateKeyParameters
Constructor
StorageAccountRegenerateKeyParameters(*, key_name: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_name
|
The name of storage keys that want to be regenerated, possible values are key1, key2. Required. |
Variables
Name | Description |
---|---|
key_name
|
The name of storage keys that want to be regenerated, possible values are key1, key2. Required. |
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