VolumeMountV1.SubPathExpr 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 sub-path expression within the volume mount. This property allows dynamic sub-paths to be specified using environment variable substitutions and provides flexibility for configuring paths at runtime.
[YamlDotNet.Serialization.YamlMember(Alias="subPathExpr")]
public string? SubPathExpr { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="subPathExpr")>]
member this.SubPathExpr : string with get, set
Public Property SubPathExpr As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute