| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorTestConfiguration.httpConfiguration()
Get the parameters used to perform test evaluation over HTTP.
|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorHttpConfiguration.withMethod(HTTPConfigurationMethod method)
Set the HTTP method to use.
|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorHttpConfiguration.withPath(String path)
Set the path component of the URI.
|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorHttpConfiguration.withPort(Integer port)
Set the port to connect to.
|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorHttpConfiguration.withPreferHTTPS(Boolean preferHTTPS)
Set value indicating whether HTTPS is preferred over HTTP in cases where the choice is not explicit.
|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorHttpConfiguration.withRequestHeaders(List<HTTPHeader> requestHeaders)
Set the HTTP headers to transmit with the request.
|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorHttpConfiguration.withValidStatusCodeRanges(List<String> validStatusCodeRanges)
Set hTTP status codes to consider successful.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorTestConfiguration |
ConnectionMonitorTestConfiguration.withHttpConfiguration(ConnectionMonitorHttpConfiguration httpConfiguration)
Set the parameters used to perform test evaluation over HTTP.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/