ApplicationScopedVolume interface
Describes a volume whose lifetime is scoped to the application's lifetime.
- Extends
Properties
creation |
Describes parameters for creating application-scoped volumes. |
Inherited Properties
destination |
The path within the container at which the volume should be mounted. Only valid path characters are allowed. |
name | Name of the volume being referenced. |
read |
The flag indicating whether the volume is read only. Default is 'false'. |
Property Details
creationParameters
Describes parameters for creating application-scoped volumes.
creationParameters: ApplicationScopedVolumeCreationParametersUnion
Property Value
Inherited Property Details
destinationPath
The path within the container at which the volume should be mounted. Only valid path characters are allowed.
destinationPath: string
Property Value
string
Inherited From VolumeReference.destinationPath
name
Name of the volume being referenced.
name: string
Property Value
string
Inherited From VolumeReference.name
readOnly
The flag indicating whether the volume is read only. Default is 'false'.
readOnly?: boolean
Property Value
boolean
Inherited From VolumeReference.readOnly
Azure SDK for JavaScript