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