Uses of Class
com.azure.resourcemanager.network.models.Action
Packages that use Action
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of Action in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ActionModifier and TypeClassDescriptionfinal classAction to be taken on a route matching a RouteMap criterion.Methods in com.azure.resourcemanager.network.models that return ActionModifier and TypeMethodDescriptionstatic ActionAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Action from the JsonReader.Action.withParameters(List<Parameter> parameters) Set the parameters property: List of parameters relevant to the action.For instance if type is drop then parameters has list of prefixes to be dropped.If type is add, parameters would have list of ASN numbers to be added.Action.withType(RouteMapActionType type) Set the type property: Type of action to be taken.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ActionModifier and TypeMethodDescriptionRouteMapRule.actions()Get the actions property: List of actions which will be applied on a match.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ActionModifier and TypeMethodDescriptionRouteMapRule.withActions(List<Action> actions) Set the actions property: List of actions which will be applied on a match.