StorageAccount interface
The properties that are associated with an Azure Storage account
Properties
account |
The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. |
account |
The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests. |
Property Details
accountKey
The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
accountKey?: string
Property Value
string
accountName
The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
accountName?: string
Property Value
string