| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPConfiguration |
ProtocolConfiguration.hTTPConfiguration()
Get hTTP configuration of the connectivity check.
|
HTTPConfiguration |
HTTPConfiguration.withHeaders(List<HTTPHeader> headers)
Set list of HTTP headers.
|
HTTPConfiguration |
HTTPConfiguration.withMethod(HTTPMethod method)
Set hTTP method.
|
HTTPConfiguration |
HTTPConfiguration.withValidStatusCodes(List<Integer> validStatusCodes)
Set valid status codes.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolConfiguration |
ProtocolConfiguration.withHTTPConfiguration(HTTPConfiguration hTTPConfiguration)
Set hTTP configuration of the connectivity check.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/