Package version:

Interface AzureFileProperties

Azure File Properties.

interface AzureFileProperties {
    accessMode?: string;
    accountKey?: string;
    accountName?: string;
    shareName?: string;
}

Properties

accessMode?: string

Access mode for storage

accountKey?: string

Storage account key for azure file.

accountName?: string

Storage account name for azure file.

shareName?: string

Azure file share name.