AzureFileVolume interface
The properties of the Azure File volume. Azure File shares are mounted as volumes.
Properties
read |
The flag indicating whether the Azure File shared mounted as a volume is read-only. |
share |
The name of the Azure File share to be mounted as a volume. |
storage |
The storage account access key used to access the Azure File share. |
storage |
The name of the storage account that contains the Azure File share. |
Property Details
readOnly
The flag indicating whether the Azure File shared mounted as a volume is read-only.
readOnly?: boolean
Property Value
boolean
shareName
The name of the Azure File share to be mounted as a volume.
shareName: string
Property Value
string
storageAccountKey
The storage account access key used to access the Azure File share.
storageAccountKey?: string
Property Value
string
storageAccountName
The name of the storage account that contains the Azure File share.
storageAccountName: string
Property Value
string