public final class EffectiveRouteSource extends Object
| Modifier and Type | Field and Description |
|---|---|
static EffectiveRouteSource |
DEFAULT
Static value Default for EffectiveRouteSource.
|
static EffectiveRouteSource |
UNKNOWN
Static value Unknown for EffectiveRouteSource.
|
static EffectiveRouteSource |
USER
Static value User for EffectiveRouteSource.
|
static EffectiveRouteSource |
VIRTUAL_NETWORK_GATEWAY
Static value VirtualNetworkGateway for EffectiveRouteSource.
|
| Constructor and Description |
|---|
EffectiveRouteSource(String value)
Creates a custom value for EffectiveRouteSource.
|
public static final EffectiveRouteSource UNKNOWN
public static final EffectiveRouteSource USER
public static final EffectiveRouteSource VIRTUAL_NETWORK_GATEWAY
public static final EffectiveRouteSource DEFAULT
public EffectiveRouteSource(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.
*/