VolumeMount interface
Volume mount for the Container App.
Properties
| mount |
Path within the container at which the volume should be mounted.Must not contain ':'. |
| volume |
This must match the Name of a Volume. |
Property Details
mountPath
Path within the container at which the volume should be mounted.Must not contain ':'.
mountPath?: string
Property Value
string
volumeName
This must match the Name of a Volume.
volumeName?: string
Property Value
string