Aracılığıyla paylaş


LoadBalancingRule.ProbePort Property

Definition

Gets or sets the prob port used by the load balancing rule. Acceptable values are between 1 and 65535.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to