Uses of Class
com.microsoft.azure.management.network.EffectiveRouteSource
-
Packages that use EffectiveRouteSource Package Description com.microsoft.azure.management.network 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 EffectiveRouteSource Modifier and Type Field Description static EffectiveRouteSourceEffectiveRouteSource. DEFAULTStatic value Default for EffectiveRouteSource.static EffectiveRouteSourceEffectiveRouteSource. UNKNOWNStatic value Unknown for EffectiveRouteSource.static EffectiveRouteSourceEffectiveRouteSource. USERStatic value User for EffectiveRouteSource.static EffectiveRouteSourceEffectiveRouteSource. VIRTUAL_NETWORK_GATEWAYStatic value VirtualNetworkGateway for EffectiveRouteSource.Methods in com.microsoft.azure.management.network that return EffectiveRouteSource Modifier and Type Method Description static EffectiveRouteSourceEffectiveRouteSource. fromString(String name)Creates or finds a EffectiveRouteSource from its string representation.EffectiveRouteSourceEffectiveRoute. source()Get the source value.Methods in com.microsoft.azure.management.network that return types with arguments of type EffectiveRouteSource Modifier and Type Method Description static Collection<EffectiveRouteSource>EffectiveRouteSource. values()Methods in com.microsoft.azure.management.network with parameters of type EffectiveRouteSource Modifier and Type Method Description EffectiveRouteEffectiveRoute. withSource(EffectiveRouteSource source)Set the source value.
-