共用方式為


LoadBalancerConfiguration.ProbePort Property

Definition

Gets or sets probe port.

[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