Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe
Packages that use ApplicationGatewayOnDemandProbe
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayOnDemandProbe in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayOnDemandProbeModifier and TypeMethodDescriptionApplicationGatewayOnDemandProbe.withBackendAddressPool
(com.microsoft.azure.SubResource backendAddressPool) Set reference to backend pool of application gateway to which probe request will be sent.ApplicationGatewayOnDemandProbe.withBackendHttpSettings
(com.microsoft.azure.SubResource backendHttpSettings) Set reference to backend http setting of application gateway to be used for test probe.Set host name to send the probe to.ApplicationGatewayOnDemandProbe.withMatch
(ApplicationGatewayProbeHealthResponseMatch match) Set criterion for classifying a healthy probe response.Set relative path of probe.ApplicationGatewayOnDemandProbe.withPickHostNameFromBackendHttpSettings
(Boolean pickHostNameFromBackendHttpSettings) Set whether the host header should be picked from the backend http settings.ApplicationGatewayOnDemandProbe.withProtocol
(ApplicationGatewayProtocol protocol) Set the protocol used for the probe.ApplicationGatewayOnDemandProbe.withTimeout
(Integer timeout) Set the probe timeout in seconds.