Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayProbeHealthResponseMatch
-
Packages that use ApplicationGatewayProbeHealthResponseMatch Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ApplicationGatewayProbeHealthResponseMatch Modifier and Type Method Description ApplicationGatewayProbeHealthResponseMatchApplicationGatewayProbeInner. match()Get the match property: Criterion for classifying a healthy probe response.ApplicationGatewayProbeHealthResponseMatchApplicationGatewayProbePropertiesFormat. match()Get the match property: Criterion for classifying a healthy probe response.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayProbeHealthResponseMatch Modifier and Type Method Description ApplicationGatewayProbeInnerApplicationGatewayProbeInner. withMatch(ApplicationGatewayProbeHealthResponseMatch match)Set the match property: Criterion for classifying a healthy probe response.ApplicationGatewayProbePropertiesFormatApplicationGatewayProbePropertiesFormat. withMatch(ApplicationGatewayProbeHealthResponseMatch match)Set the match property: Criterion for classifying a healthy probe response. -
Uses of ApplicationGatewayProbeHealthResponseMatch in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayProbeHealthResponseMatch Modifier and Type Method Description ApplicationGatewayProbeHealthResponseMatchApplicationGatewayOnDemandProbe. match()Get the match property: Criterion for classifying a healthy probe response.ApplicationGatewayProbeHealthResponseMatchApplicationGatewayProbeHealthResponseMatch. withBody(String body)Set the body property: Body that must be contained in the health response.ApplicationGatewayProbeHealthResponseMatchApplicationGatewayProbeHealthResponseMatch. 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 ApplicationGatewayProbeHealthResponseMatch Modifier and Type Method Description ApplicationGatewayOnDemandProbeApplicationGatewayOnDemandProbe. withMatch(ApplicationGatewayProbeHealthResponseMatch match)Set the match property: Criterion for classifying a healthy probe response.
-