Share via


ServiceBackendPortV1.Number Property

Definition

Represents the numeric port value for the service backend. Used to specify the numeric port on the service to which traffic is directed.

[YamlDotNet.Serialization.YamlMember(Alias="number")]
public int? Number { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="number")>]
member this.Number : Nullable<int> with get, set
Public Property Number As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to