Uses of Class
com.azure.resourcemanager.frontdoor.models.ManagedRuleSetActionType
Packages that use ManagedRuleSetActionType
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of ManagedRuleSetActionType in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as ManagedRuleSetActionTypeModifier and TypeFieldDescriptionstatic final ManagedRuleSetActionTypeManagedRuleSetActionType.BLOCKStatic value Block for ManagedRuleSetActionType.static final ManagedRuleSetActionTypeManagedRuleSetActionType.LOGStatic value Log for ManagedRuleSetActionType.static final ManagedRuleSetActionTypeManagedRuleSetActionType.REDIRECTStatic value Redirect for ManagedRuleSetActionType.Methods in com.azure.resourcemanager.frontdoor.models that return ManagedRuleSetActionTypeModifier and TypeMethodDescriptionstatic ManagedRuleSetActionTypeManagedRuleSetActionType.fromString(String name) Creates or finds a ManagedRuleSetActionType from its string representation.ManagedRuleSet.ruleSetAction()Get the ruleSetAction property: Defines the rule set action.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type ManagedRuleSetActionTypeModifier and TypeMethodDescriptionstatic Collection<ManagedRuleSetActionType>ManagedRuleSetActionType.values()Gets known ManagedRuleSetActionType values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type ManagedRuleSetActionTypeModifier and TypeMethodDescriptionManagedRuleSet.withRuleSetAction(ManagedRuleSetActionType ruleSetAction) Set the ruleSetAction property: Defines the rule set action.