Uses of Class
com.azure.resourcemanager.network.models.EffectiveRouteSource
-
Packages that use EffectiveRouteSource Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of EffectiveRouteSource in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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 property: Who created the route.Methods in com.azure.resourcemanager.network.models that return types with arguments of type EffectiveRouteSource Modifier and Type Method Description static Collection<EffectiveRouteSource>EffectiveRouteSource. values()Methods in com.azure.resourcemanager.network.models with parameters of type EffectiveRouteSource Modifier and Type Method Description EffectiveRouteEffectiveRoute. withSource(EffectiveRouteSource source)Set the source property: Who created the route.
-