Share via


VolumeDeviceV1.DevicePath Property

Definition

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

Applies to