StorageAccountConfiguration Class

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

Inheritance
StorageAccountConfiguration

Constructor

StorageAccountConfiguration(*, storage_account_name: Optional[str] = None, storage_account_key: Optional[str] = None, **kwargs)

Variables

storage_account_name
str

The storage account name.

storage_account_key
str

The storage account access key.