VolumeDeviceV1.DevicePath 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 inside the container where the device will be accessible. This property is required to specify the ___location in the container's file system where the device should be mounted or linked.
[YamlDotNet.Serialization.YamlMember(Alias="devicePath")]
public string DevicePath { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="devicePath")>]
member this.DevicePath : string with get, set
Public Property DevicePath As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute