Class ApplicationGatewayProbeHealthResponseMatch
- java.lang.Object
-
- com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch
-
public class ApplicationGatewayProbeHealthResponseMatch extends Object
Application gateway probe health response match.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayProbeHealthResponseMatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbody()Get the body value.List<String>statusCodes()Get the statusCodes value.ApplicationGatewayProbeHealthResponseMatchwithBody(String body)Set the body value.ApplicationGatewayProbeHealthResponseMatchwithStatusCodes(List<String> statusCodes)Set the statusCodes value.
-
-
-
Method Detail
-
body
public String body()
Get the body value.- Returns:
- the body value
-
withBody
public ApplicationGatewayProbeHealthResponseMatch withBody(String body)
Set the body value.- Parameters:
body- the body value to set- Returns:
- the ApplicationGatewayProbeHealthResponseMatch object itself.
-
statusCodes
public List<String> statusCodes()
Get the statusCodes value.- Returns:
- the statusCodes value
-
withStatusCodes
public ApplicationGatewayProbeHealthResponseMatch withStatusCodes(List<String> statusCodes)
Set the statusCodes value.- Parameters:
statusCodes- the statusCodes value to set- Returns:
- the ApplicationGatewayProbeHealthResponseMatch object itself.
-
-