ApplicationGatewayProbeHealthResponseMatch Class
- java.
lang. Object - com.
microsoft. azure. management. network. ApplicationGatewayProbeHealthResponseMatch
- com.
public class ApplicationGatewayProbeHealthResponseMatch
Application gateway probe health response match.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
body()
Get the body value. |
List<String> |
statusCodes()
Get the statusCodes value. |
Application |
withBody(String body)
Set the body value. |
Application |
withStatusCodes(List<String> statusCodes)
Set the statusCodes value. |
Method Details
body
public String body()
Get the body value.
Returns:
the body value
statusCodes
public List
Get the statusCodes value.
Returns:
the statusCodes value
withBody
public ApplicationGatewayProbeHealthResponseMatch withBody(String body)
Set the body value.
Parameters:
body
- the body value to set
Returns:
the ApplicationGatewayProbeHealthResponseMatch object itself.
withStatusCodes
public ApplicationGatewayProbeHealthResponseMatch withStatusCodes(List
Set the statusCodes value.
Parameters:
statusCodes
- the statusCodes value to set
Returns:
the ApplicationGatewayProbeHealthResponseMatch object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java