Class ApplicationGatewayProbeHealthResponseMatch
java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch
Application gateway probe health response match.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbody()
Get body that must be contained in the health response.Get allowed ranges of healthy status codes.Set body that must be contained in the health response.withStatusCodes
(List<String> statusCodes) Set allowed ranges of healthy status codes.
-
Constructor Details
-
ApplicationGatewayProbeHealthResponseMatch
public ApplicationGatewayProbeHealthResponseMatch()
-
-
Method Details
-
body
Get body that must be contained in the health response. Default value is empty.- Returns:
- the body value
-
withBody
Set body that must be contained in the health response. Default value is empty.- Parameters:
body
- the body value to set- Returns:
- the ApplicationGatewayProbeHealthResponseMatch object itself.
-
statusCodes
Get allowed ranges of healthy status codes. Default range of healthy status codes is 200-399.- Returns:
- the statusCodes value
-
withStatusCodes
Set allowed ranges of healthy status codes. Default range of healthy status codes is 200-399.- Parameters:
statusCodes
- the statusCodes value to set- Returns:
- the ApplicationGatewayProbeHealthResponseMatch object itself.
-