LoadBalancingRule.BackendPort Property

Definition

Gets or sets the port used for internal connections on the endpoint. Acceptable values are between 0 and 65535. Note that value 0 enables "Any Port".

[Newtonsoft.Json.JsonProperty(PropertyName="properties.backendPort")]
public int? BackendPort { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.backendPort")>]
member this.BackendPort : Nullable<int> with get, set
Public Property BackendPort As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to