VolumeMount interface

Volume mount for the Container App.

Properties

mountPath

Path within the container at which the volume should be mounted.Must not contain ':'.

subPath

Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

volumeName

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

subPath

Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

subPath?: string

Property Value

string

volumeName

This must match the Name of a Volume.

volumeName?: string

Property Value

string