VolumeProviderParametersAzureFile interface
This type describes a volume provided by an Azure Files file share.
Properties
| account |
Access key of the Azure storage account for the File Share. |
| account |
Name of the Azure storage account for the File Share. |
| share |
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