Uses of Class
com.azure.resourcemanager.network.models.EffectiveRouteSource
Packages that use EffectiveRouteSource
Package
Description
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 EffectiveRouteSourceModifier and TypeFieldDescriptionstatic final EffectiveRouteSourceEffectiveRouteSource.DEFAULTStatic value Default for EffectiveRouteSource.static final EffectiveRouteSourceEffectiveRouteSource.UNKNOWNStatic value Unknown for EffectiveRouteSource.static final EffectiveRouteSourceEffectiveRouteSource.USERStatic value User for EffectiveRouteSource.static final EffectiveRouteSourceEffectiveRouteSource.VIRTUAL_NETWORK_GATEWAYStatic value VirtualNetworkGateway for EffectiveRouteSource.Methods in com.azure.resourcemanager.network.models that return EffectiveRouteSourceModifier and TypeMethodDescriptionstatic EffectiveRouteSourceEffectiveRouteSource.fromString(String name) Creates or finds a EffectiveRouteSource from its string representation.EffectiveRoute.source()Get the source property: Who created the route.Methods in com.azure.resourcemanager.network.models that return types with arguments of type EffectiveRouteSourceModifier and TypeMethodDescriptionstatic Collection<EffectiveRouteSource> EffectiveRouteSource.values()Gets known EffectiveRouteSource values.Methods in com.azure.resourcemanager.network.models with parameters of type EffectiveRouteSourceModifier and TypeMethodDescriptionEffectiveRoute.withSource(EffectiveRouteSource source) Set the source property: Who created the route.