次の方法で共有


ApplicationGatewayBackendHttpSettings.ProbeEnabled プロパティ

定義

プローブが有効かどうかを取得または設定します。 既定値は false です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.probeEnabled")]
public bool? ProbeEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.probeEnabled")>]
member this.ProbeEnabled : Nullable<bool> with get, set
Public Property ProbeEnabled As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象