Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch
Packages that use ApplicationGatewayProbeHealthResponseMatch
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayProbeHealthResponseMatch in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayProbeHealthResponseMatchModifier and TypeMethodDescriptionApplicationGatewayOnDemandProbe.match()
Get criterion for classifying a healthy probe response.Set body that must be contained in the health response.ApplicationGatewayProbeHealthResponseMatch.withStatusCodes
(List<String> statusCodes) Set allowed ranges of healthy status codes.Methods in com.microsoft.azure.management.network with parameters of type ApplicationGatewayProbeHealthResponseMatchModifier and TypeMethodDescriptionApplicationGatewayOnDemandProbe.withMatch
(ApplicationGatewayProbeHealthResponseMatch match) Set criterion for classifying a healthy probe response.