Partager via


VolumeMount.MountPath Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Owned)]
public string MountPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Owned)>]
member this.MountPath : string with get, set
Public Property MountPath As String

Property Value

Implements

Attributes

Applies to