ApplicationGatewayProbeHealthResponseMatch Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch

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.

ApplicationGatewayProbeHealthResponseMatch withBody(String body)

Set the body value.

ApplicationGatewayProbeHealthResponseMatch 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 statusCodes()

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 statusCodes)

Set the statusCodes value.

Parameters:

statusCodes - the statusCodes value to set

Returns:

the ApplicationGatewayProbeHealthResponseMatch object itself.

Applies to