Share via


MonitorConfig.Port Property

Definition

Gets or sets the TCP port used to probe for endpoint health.

[Newtonsoft.Json.JsonProperty(PropertyName="port")]
public long? Port { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="port")>]
member this.Port : Nullable<int64> with get, set
Public Property Port As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to