UpdateStorageAccountParameters Class
The parameters used to update an Azure Storage account.
- Inheritance
-
azure.mgmt.datalake.analytics.account._serialization.ModelUpdateStorageAccountParameters
Constructor
UpdateStorageAccountParameters(*, access_key: str | None = None, suffix: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
access_key
|
The updated access key associated with this Azure Storage account that will be used to connect to it. |
suffix
|
The optional suffix for the storage account. |
Variables
Name | Description |
---|---|
access_key
|
The updated access key associated with this Azure Storage account that will be used to connect to it. |
suffix
|
The optional suffix for the storage account. |
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