Uses of Class
com.azure.resourcemanager.network.models.ActionType
Packages that use ActionType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ActionType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ActionType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classDefines the action to take on rule match.Fields in com.azure.resourcemanager.network.models declared as ActionTypeModifier and TypeFieldDescriptionstatic final ActionTypeActionType.ALLOWStatic value Allow for ActionType.static final ActionTypeActionType.ANOMALY_SCORINGStatic value AnomalyScoring for ActionType.static final ActionTypeActionType.BLOCKStatic value Block for ActionType.static final ActionTypeActionType.JSCHALLENGEStatic value JSChallenge for ActionType.static final ActionTypeActionType.LOGStatic value Log for ActionType.Methods in com.azure.resourcemanager.network.models that return ActionTypeModifier and TypeMethodDescriptionManagedRuleOverride.action()Get the action property: Describes the override action to be applied when rule matches.static ActionTypeActionType.fromString(String name) Creates or finds a ActionType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ActionTypeModifier and TypeMethodDescriptionstatic Collection<ActionType> ActionType.values()Gets known ActionType values.Methods in com.azure.resourcemanager.network.models with parameters of type ActionTypeModifier and TypeMethodDescriptionManagedRuleOverride.withAction(ActionType action) Set the action property: Describes the override action to be applied when rule matches.