LocalVolumeSourceV1.Path 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 to the local volume on the host. This value is required and should specify the file system or directory to be used by the volume.
[YamlDotNet.Serialization.YamlMember(Alias="path")]
public string Path { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="path")>]
member this.Path : string with get, set
Public Property Path As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute