次の方法で共有


HealthProbeParameters.ProbeRequestType プロパティ

定義

実行される正常性プローブ要求の種類を取得または設定します。 指定できる値は、'NotSet'、'GET'、'HEAD' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象