Uses of Class
com.azure.resourcemanager.network.models.RouteMapActionType
Packages that use RouteMapActionType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RouteMapActionType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type RouteMapActionType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classKind of actions which can be taken on a matched route.Fields in com.azure.resourcemanager.network.models declared as RouteMapActionTypeModifier and TypeFieldDescriptionstatic final RouteMapActionTypeRouteMapActionType.ADDStatic value Add for RouteMapActionType.static final RouteMapActionTypeRouteMapActionType.DROPStatic value Drop for RouteMapActionType.static final RouteMapActionTypeRouteMapActionType.REMOVEStatic value Remove for RouteMapActionType.static final RouteMapActionTypeRouteMapActionType.REPLACEStatic value Replace for RouteMapActionType.static final RouteMapActionTypeRouteMapActionType.UNKNOWNStatic value Unknown for RouteMapActionType.Methods in com.azure.resourcemanager.network.models that return RouteMapActionTypeModifier and TypeMethodDescriptionstatic RouteMapActionTypeRouteMapActionType.fromString(String name) Creates or finds a RouteMapActionType from its string representation.Action.type()Get the type property: Type of action to be taken.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RouteMapActionTypeModifier and TypeMethodDescriptionstatic Collection<RouteMapActionType> RouteMapActionType.values()Gets known RouteMapActionType values.Methods in com.azure.resourcemanager.network.models with parameters of type RouteMapActionTypeModifier and TypeMethodDescriptionAction.withType(RouteMapActionType type) Set the type property: Type of action to be taken.