StorageAccount Class

The properties that are associated with an Azure Storage account.

Inheritance
StorageAccount

Constructor

StorageAccount(*, account_name: Optional[str] = None, account_key: Optional[str] = None, **kwargs)

Parameters

account_name
str
Required

The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.

account_key
str
Required

The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.