UpdateStorageAccountWithAccountParameters Class
The parameters used to update an Azure Storage account while updating a Data Lake Analytics account.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datalake.analytics.account._serialization.ModelUpdateStorageAccountWithAccountParameters
Constructor
UpdateStorageAccountWithAccountParameters(*, name: str, access_key: str | None = None, suffix: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The unique name of the Azure Storage account to update. Required. |
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 |
---|---|
name
|
The unique name of the Azure Storage account to update. Required. |
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. |
Azure SDK for Python