public class ApplicationGatewayProbeHealthResponseMatch extends Object
Constructor and Description |
---|
ApplicationGatewayProbeHealthResponseMatch() |
Modifier and Type | Method and Description |
---|---|
String |
body()
Get the body value.
|
List<String> |
statusCodes()
Get the statusCodes value.
|
ApplicationGatewayProbeHealthResponseMatch |
withBody(String body)
Set the body value.
|
ApplicationGatewayProbeHealthResponseMatch |
withStatusCodes(List<String> statusCodes)
Set the statusCodes value.
|
public ApplicationGatewayProbeHealthResponseMatch()
public String body()
public ApplicationGatewayProbeHealthResponseMatch withBody(String body)
body
- the body value to setpublic List<String> statusCodes()
public ApplicationGatewayProbeHealthResponseMatch withStatusCodes(List<String> statusCodes)
statusCodes
- the statusCodes value to setCopyright © 2019. All rights reserved.