VolumeProviderParametersAzureFile interface

This type describes a volume provided by an Azure Files file share.

Properties

accountKey

Access key of the Azure storage account for the File Share.

accountName

Name of the Azure storage account for the File Share.

shareName

Name of the Azure Files file share that provides storage for the volume.

Property Details

accountKey

Access key of the Azure storage account for the File Share.

accountKey?: string

Property Value

string

accountName

Name of the Azure storage account for the File Share.

accountName: string

Property Value

string

shareName

Name of the Azure Files file share that provides storage for the volume.

shareName: string

Property Value

string