| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 method property: The HTTP method to use.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionMonitorHttpConfiguration |
ConnectionMonitorHttpConfiguration.withMethod(HttpConfigurationMethod method)
Set the method property: The HTTP method to use.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.