ApplicationGatewayProbeHealthResponseMatch 类
定义
Application gateway probe health response match.
public class ApplicationGatewayProbeHealthResponseMatch
- 继承
-
java.lang.ObjectApplicationGatewayProbeHealthResponseMatch
方法
body() |
Get the body value.
|
statusCodes() |
Get the statusCodes value.
|
withBody(String body) |
Set the body value.
|
withStatusCodes(List<String> statusCodes) |
Set the statusCodes value.
|