ServiceBackendPortV1.Number 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.
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