次の方法で共有


MonitorConfig.ProfileMonitorStatus プロパティ

定義

Traffic Manager プロファイルのプロファイル レベルの監視状態を取得または設定します。 使用可能な値は、'CheckingEndpoints'、'Online'、'Degraded'、'Disabled'、'Inactive' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象