| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static HTTPMethod |
HTTPMethod.GET
Static value Get for HTTPMethod.
|
| Modifier and Type | Method and Description |
|---|---|
static HTTPMethod |
HTTPMethod.fromString(String name)
Creates or finds a HTTPMethod from its string representation.
|
HTTPMethod |
HTTPConfiguration.method()
Get hTTP method.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<HTTPMethod> |
HTTPMethod.values() |
| Modifier and Type | Method and Description |
|---|---|
HTTPConfiguration |
HTTPConfiguration.withMethod(HTTPMethod method)
Set hTTP method.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/