VolumeMount.MountPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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