Compartilhar via


UpdateStorageAccountParameters Class

The parameters used to update an Azure Storage account.

Inheritance
azure.mgmt.datalake.analytics.account._serialization.Model
UpdateStorageAccountParameters

Constructor

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

Keyword-Only Parameters

Name Description
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
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.