次の方法で共有


AFDOrigin.EnabledState プロパティ

定義

backendPools で定義されているバックエンドに対して正常性プローブを有効にするかどうかを取得または設定します。 正常性プローブを無効にできるのは、1 つの有効なバックエンド プールに 1 つの有効なバックエンドがある場合のみです。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象