Uses of Class
com.azure.resourcemanager.network.models.NextStep
Packages that use NextStep
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NextStep in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as NextStepModifier and TypeFieldDescriptionstatic final NextStepNextStep.CONTINUEStatic value Continue for NextStep.static final NextStepNextStep.TERMINATEStatic value Terminate for NextStep.static final NextStepNextStep.UNKNOWNStatic value Unknown for NextStep.Methods in com.azure.resourcemanager.network.models that return NextStepModifier and TypeMethodDescriptionstatic NextStepNextStep.fromString(String name) Creates or finds a NextStep from its string representation.RouteMapRule.nextStepIfMatched()Get the nextStepIfMatched property: Next step after rule is evaluated.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NextStepModifier and TypeMethodDescriptionstatic Collection<NextStep> NextStep.values()Gets known NextStep values.Methods in com.azure.resourcemanager.network.models with parameters of type NextStepModifier and TypeMethodDescriptionRouteMapRule.withNextStepIfMatched(NextStep nextStepIfMatched) Set the nextStepIfMatched property: Next step after rule is evaluated.