Package version:

The properties that are associated with an Azure Storage account

interface StorageAccount {
    accountKey?: string;
    accountName?: string;
    authenticationMode?: string;
}

Hierarchy (view full)

Properties

accountKey?: string

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

accountName?: string

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

authenticationMode?: string

Authentication Mode.

Generated using TypeDoc