你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProbeInner.Protocol 属性

定义

获取或设置终结点的协议。 如果指定了“Tcp”,则需要接收的 ACK 才能使探测成功。 如果指定了“Http”或“Https”,则需要来自 指定 URI 的 200 OK 响应才能成功探测。 可能的值包括:“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

适用于