Share via


ContainerPortV1.Name Property

Definition

Gets or sets the name of the container port. This property serves as an identifier for the port and can be used for mapping or referencing purposes in the Kubernetes configuration.

[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