ApplicationGatewayOnDemandProbe Class
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.
Details of on demand test probe request.
public class ApplicationGatewayOnDemandProbe
type ApplicationGatewayOnDemandProbe = class
Public Class ApplicationGatewayOnDemandProbe
- Inheritance
-
ApplicationGatewayOnDemandProbe
Constructors
ApplicationGatewayOnDemandProbe() |
Initializes a new instance of the ApplicationGatewayOnDemandProbe class. |
ApplicationGatewayOnDemandProbe(ApplicationGatewayProtocol, String, String, Nullable<Int32>, Nullable<Boolean>, ApplicationGatewayProbeHealthResponseMatch, SubResource, SubResource) |
Initializes a new instance of the ApplicationGatewayOnDemandProbe class. |
Properties
BackendAddressPool |
Gets or sets reference of backend pool of application gateway to which probe request will be sent. |
BackendHttpSettings |
Gets or sets reference of backend http setting of application gateway to be used for test probe. |
Host |
Gets or sets host name to send the probe to. |
Match |
Gets or sets criterion for classifying a healthy probe response. |
Path |
Gets or sets relative path of probe. Valid path starts from '/'. Probe is sent to <Protocol>://<host>:<port><path>. |
PickHostNameFromBackendHttpSettings |
Gets or sets whether the host header should be picked from the backend http settings. Default value is false. |
Protocol |
Gets or sets the protocol used for the probe. Possible values include: 'Http', 'Https' |
Timeout |
Gets or sets the probe timeout in seconds. Probe marked as failed if valid response is not received with this timeout period. Acceptable values are from 1 second to 86400 seconds. |