Share via


UpdateStorageAccountParameters Class

The parameters used to update an Azure Storage account.

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.

Default value: None
suffix
str

The optional suffix for the storage account.

Default value: None

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.