public final class RouteNextHopType extends Object
| Modifier and Type | Field and Description |
|---|---|
static RouteNextHopType |
INTERNET
Static value Internet for RouteNextHopType.
|
static RouteNextHopType |
NONE
Static value None for RouteNextHopType.
|
static RouteNextHopType |
VIRTUAL_APPLIANCE
Static value VirtualAppliance for RouteNextHopType.
|
static RouteNextHopType |
VIRTUAL_NETWORK_GATEWAY
Static value VirtualNetworkGateway for RouteNextHopType.
|
static RouteNextHopType |
VNET_LOCAL
Static value VnetLocal for RouteNextHopType.
|
| Constructor and Description |
|---|
RouteNextHopType(String value)
Creates a custom value for RouteNextHopType.
|
public static final RouteNextHopType VIRTUAL_NETWORK_GATEWAY
public static final RouteNextHopType VNET_LOCAL
public static final RouteNextHopType INTERNET
public static final RouteNextHopType VIRTUAL_APPLIANCE
public static final RouteNextHopType NONE
public RouteNextHopType(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/