| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static NextHopType |
NextHopType.HYPER_NET_GATEWAY
Static value HyperNetGateway for NextHopType.
|
static NextHopType |
NextHopType.INTERNET
Static value Internet for NextHopType.
|
static NextHopType |
NextHopType.NONE
Static value None for NextHopType.
|
static NextHopType |
NextHopType.VIRTUAL_APPLIANCE
Static value VirtualAppliance for NextHopType.
|
static NextHopType |
NextHopType.VIRTUAL_NETWORK_GATEWAY
Static value VirtualNetworkGateway for NextHopType.
|
static NextHopType |
NextHopType.VNET_LOCAL
Static value VnetLocal for NextHopType.
|
| Modifier and Type | Method and Description |
|---|---|
static NextHopType |
NextHopType.fromString(String name)
Creates or finds a NextHopType from its string representation.
|
NextHopType |
NextHop.nextHopType() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<NextHopType> |
NextHopType.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/