EndpointInner.EndpointMonitorStatus Property

Definition

Gets or sets the monitoring status of the endpoint. Possible values include: 'CheckingEndpoint', 'Online', 'Degraded', 'Disabled', 'Inactive', 'Stopped'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.endpointMonitorStatus")]
public string EndpointMonitorStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.endpointMonitorStatus")>]
member this.EndpointMonitorStatus : string with get, set
Public Property EndpointMonitorStatus As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to