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

Property Value

Attributes

Applies to