Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static EffectiveRouteSource |
EffectiveRouteSource.DEFAULT
Static value Default for EffectiveRouteSource.
|
static EffectiveRouteSource |
EffectiveRouteSource.UNKNOWN
Static value Unknown for EffectiveRouteSource.
|
static EffectiveRouteSource |
EffectiveRouteSource.USER
Static value User for EffectiveRouteSource.
|
static EffectiveRouteSource |
EffectiveRouteSource.VIRTUAL_NETWORK_GATEWAY
Static value VirtualNetworkGateway for EffectiveRouteSource.
|
Modifier and Type | Method and Description |
---|---|
static EffectiveRouteSource |
EffectiveRouteSource.fromString(String name)
Creates or finds a EffectiveRouteSource from its string representation.
|
EffectiveRouteSource |
EffectiveRoute.source()
Get the source value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<EffectiveRouteSource> |
EffectiveRouteSource.values() |
Modifier and Type | Method and Description |
---|---|
EffectiveRoute |
EffectiveRoute.withSource(EffectiveRouteSource source)
Set the source value.
|
Copyright © 2019. All rights reserved.