Share via


Endpoint.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 Microsoft.Azure.Management.TrafficManager.Models.EndpointMonitorStatus? EndpointMonitorStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.endpointMonitorStatus")>]
member this.EndpointMonitorStatus : Nullable<Microsoft.Azure.Management.TrafficManager.Models.EndpointMonitorStatus> with get, set
Public Property EndpointMonitorStatus As Nullable(Of EndpointMonitorStatus)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to