Share via


VolumeMountV1.Name Property

Definition

Gets or sets the name of the volume mount. This property specifies the identifier for the volume to be mounted, which is used to reference it within the container.

[YamlDotNet.Serialization.YamlMember(Alias="name")]
public string Name { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="name")>]
member this.Name : string with get, set
Public Property Name As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to