Share via


ServicePortV1.Name Property

Definition

Gets or sets the name of the service port. This is an optional identifier that can be used to distinguish between ports in cases where there are multiple ports defined. It must be a unique string within the service if specified.

[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