AzureFileVolume interface
The properties of the Azure File volume. Azure File shares are mounted as volumes.
- Extends
Properties
share |
The share name of the Azure File share. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
enable |
If set to true, it will create and mount a dedicated directory for every individual app instance. |
mount |
These are the mount options for a persistent disk. |
mount |
The mount path of the persistent disk. |
read |
Indicates whether the persistent disk is a readOnly one. |
Property Details
shareName
The share name of the Azure File share.
shareName?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "AzureFileVolume"
Property Value
"AzureFileVolume"
Inherited Property Details
enableSubPath
If set to true, it will create and mount a dedicated directory for every individual app instance.
enableSubPath?: boolean
Property Value
boolean
Inherited From CustomPersistentDiskProperties.enableSubPath
mountOptions
These are the mount options for a persistent disk.
mountOptions?: string[]
Property Value
string[]
Inherited From CustomPersistentDiskProperties.mountOptions
mountPath
The mount path of the persistent disk.
mountPath: string
Property Value
string
Inherited From CustomPersistentDiskProperties.mountPath
readOnly
Indicates whether the persistent disk is a readOnly one.
readOnly?: boolean
Property Value
boolean
Inherited From CustomPersistentDiskProperties.readOnly