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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript