次の方法で共有


ProbeInner.Protocol プロパティ

定義

エンドポイントのプロトコルを取得または設定します。 'Tcp' が指定されている場合、プローブを正常に実行するには、受信した ACK が必要です。 'Http' または 'Https' が指定されている場合、プローブを成功させるには、 からの 200 OK 応答が URI を指定する必要があります。 使用できる値は、'Http'、'Tcp'、'Https' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.protocol")]
public Microsoft.Azure.Management.Network.Fluent.Models.ProbeProtocol Protocol { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.protocol")>]
member this.Protocol : Microsoft.Azure.Management.Network.Fluent.Models.ProbeProtocol with get, set
Public Property Protocol As ProbeProtocol

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象