次の方法で共有


HealthProbeParameters.ProbeProtocol プロパティ

定義

正常性プローブに使用するプロトコルを取得または設定します。 指定できる値は、'NotSet'、'Http'、'Https' です。

[Newtonsoft.Json.JsonProperty(PropertyName="probeProtocol")]
public Microsoft.Azure.Management.Cdn.Models.ProbeProtocol? ProbeProtocol { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="probeProtocol")>]
member this.ProbeProtocol : Nullable<Microsoft.Azure.Management.Cdn.Models.ProbeProtocol> with get, set
Public Property ProbeProtocol As Nullable(Of ProbeProtocol)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象