Share via


IVolumeMount.MountPath Property

Definition

The path within the container where the volume should be mounted. Must not contain colon (:).

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The path within the container where the volume should be mounted. Must not contain colon (:).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="mountPath")]
public string MountPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The path within the container where the volume should be mounted. Must not contain colon (:).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="mountPath")>]
member this.MountPath : string with get, set
Public Property MountPath As String

Property Value

Attributes

Applies to