IVolumeMount.ContainerMountPath Property

Definition

Target path on the container where volume is mounted on

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Target path on the container where volume is mounted on", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="containerMountPath", Update=true)]
public string ContainerMountPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Target path on the container where volume is mounted on", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="containerMountPath", Update=true)>]
member this.ContainerMountPath : string with get, set
Public Property ContainerMountPath As String

Property Value

Attributes

Applies to