| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayProbeHealthResponseMatch |
ApplicationGatewayOnDemandProbe.match()
Get criterion for classifying a healthy probe response.
|
ApplicationGatewayProbeHealthResponseMatch |
ApplicationGatewayProbeHealthResponseMatch.withBody(String body)
Set body that must be contained in the health response.
|
ApplicationGatewayProbeHealthResponseMatch |
ApplicationGatewayProbeHealthResponseMatch.withStatusCodes(List<String> statusCodes)
Set allowed ranges of healthy status codes.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayOnDemandProbe |
ApplicationGatewayOnDemandProbe.withMatch(ApplicationGatewayProbeHealthResponseMatch match)
Set criterion for classifying a healthy probe response.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/