次の方法で共有


Endpoint.EndpointMonitorStatus プロパティ

定義

エンドポイントの監視状態を取得または設定します。 使用可能な値には、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象