VolumeMountV1.SubPath 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.
Specifies the relative path within the volume from which the container will access data. This property allows you to mount a specific subdirectory of a volume rather than the root directory.
[YamlDotNet.Serialization.YamlMember(Alias="subPath")]
public string SubPath { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="subPath")>]
member this.SubPath : string with get, set
Public Property SubPath As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute