Volume.Target 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 target path inside the container where the volume is mounted. This specifies the container ___location for the volume's data.
[YamlDotNet.Serialization.YamlMember(Alias="target")]
public string? Target { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="target")>]
member this.Target : string with get, set
Public Property Target As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute