Compartilhar via


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.Model
UpdateStorageAccountWithAccountParameters

Constructor

UpdateStorageAccountWithAccountParameters(*, name: str, access_key: str | None = None, suffix: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
name
str

The unique name of the Azure Storage account to update. Required.

access_key
str

The updated access key associated with this Azure Storage account that will be used to connect to it.

suffix
str

The optional suffix for the storage account.

Variables

Name Description
name
str

The unique name of the Azure Storage account to update. Required.

access_key
str

The updated access key associated with this Azure Storage account that will be used to connect to it.

suffix
str

The optional suffix for the storage account.