次の方法で共有


LoadBalancingRule.ProbeProtocol プロパティ

定義

負荷分散規則で使用されるロード バランサー プローブへの参照を取得または設定します。 使用可能な値は、'tcp'、'http'、'https' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象