StorageAccountConfiguration Class

Settings to use an existing storage account. Valid storage account kinds are: Storage, StorageV2 and FileStorage.

Inheritance
azure.mgmt.resource.deploymentscripts._serialization.Model
StorageAccountConfiguration

Constructor

StorageAccountConfiguration(*, storage_account_name: str | None = None, storage_account_key: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
storage_account_name
str

The storage account name.

storage_account_key
str

The storage account access key.

Variables

Name Description
storage_account_name
str

The storage account name.

storage_account_key
str

The storage account access key.