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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/