Share via


VolumeMount.MountPath Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="mountPath")]
public string MountPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mountPath")>]
member this.MountPath : string with get, set
Public Property MountPath As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to