| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 property: Who created the route.
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveRoute |
EffectiveRoute.withSource(EffectiveRouteSource source)
Set the source property: Who created the route.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.