Delen via


HealthProbeParameters.ProbeRequestType Property

Definition

Gets or sets the type of health probe request that is made. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to