HealthProbeParameters.ProbeRequestType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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