Uses of Class
com.microsoft.azure.management.network.EffectiveRouteSource
Packages that use EffectiveRouteSource
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of EffectiveRouteSource in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as EffectiveRouteSourceModifier and TypeFieldDescriptionstatic final EffectiveRouteSource
EffectiveRouteSource.DEFAULT
Static value Default for EffectiveRouteSource.static final EffectiveRouteSource
EffectiveRouteSource.UNKNOWN
Static value Unknown for EffectiveRouteSource.static final EffectiveRouteSource
EffectiveRouteSource.USER
Static value User for EffectiveRouteSource.static final EffectiveRouteSource
EffectiveRouteSource.VIRTUAL_NETWORK_GATEWAY
Static value VirtualNetworkGateway for EffectiveRouteSource.Methods in com.microsoft.azure.management.network that return EffectiveRouteSourceModifier and TypeMethodDescriptionstatic EffectiveRouteSource
EffectiveRouteSource.fromString
(String name) Creates or finds a EffectiveRouteSource from its string representation.EffectiveRoute.source()
Get who created the route.Methods in com.microsoft.azure.management.network that return types with arguments of type EffectiveRouteSourceModifier and TypeMethodDescriptionstatic Collection<EffectiveRouteSource>
EffectiveRouteSource.values()
Methods in com.microsoft.azure.management.network with parameters of type EffectiveRouteSourceModifier and TypeMethodDescriptionEffectiveRoute.withSource
(EffectiveRouteSource source) Set who created the route.