Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayProbeHealthResponseMatch
Packages that use ApplicationGatewayProbeHealthResponseMatch
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayProbeHealthResponseMatch in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayProbeHealthResponseMatchModifier and TypeMethodDescriptionApplicationGatewayProbeInner.match()Get the match property: Criterion for classifying a healthy probe response.ApplicationGatewayProbePropertiesFormat.match()Get the match property: Criterion for classifying a healthy probe response.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayProbeHealthResponseMatchModifier and TypeMethodDescriptionApplicationGatewayProbeInner.withMatch(ApplicationGatewayProbeHealthResponseMatch match) Set the match property: Criterion for classifying a healthy probe response.ApplicationGatewayProbePropertiesFormat.withMatch(ApplicationGatewayProbeHealthResponseMatch match) Set the match property: Criterion for classifying a healthy probe response. -
Uses of ApplicationGatewayProbeHealthResponseMatch in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ApplicationGatewayProbeHealthResponseMatchModifier and TypeClassDescriptionfinal classApplication gateway probe health response match.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayProbeHealthResponseMatchModifier and TypeMethodDescriptionApplicationGatewayProbeHealthResponseMatch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayProbeHealthResponseMatch from the JsonReader.ApplicationGatewayOnDemandProbe.match()Get the match property: Criterion for classifying a healthy probe response.Set the body property: Body that must be contained in the health response.ApplicationGatewayProbeHealthResponseMatch.withStatusCodes(List<String> statusCodes) Set the statusCodes property: Allowed ranges of healthy status codes.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayProbeHealthResponseMatchModifier and TypeMethodDescriptionApplicationGatewayOnDemandProbe.withMatch(ApplicationGatewayProbeHealthResponseMatch match) Set the match property: Criterion for classifying a healthy probe response.