Uses of Class
com.azure.resourcemanager.cdn.models.ActionType
Packages that use ActionType
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of ActionType in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as ActionTypeModifier and TypeFieldDescriptionstatic final ActionTypeActionType.ALLOWStatic value Allow for ActionType.static final ActionTypeActionType.BLOCKStatic value Block for ActionType.static final ActionTypeActionType.LOGStatic value Log for ActionType.static final ActionTypeActionType.REDIRECTStatic value Redirect for ActionType.Methods in com.azure.resourcemanager.cdn.models that return ActionTypeModifier and TypeMethodDescriptionCustomRule.action()Get the action property: Describes what action to be applied when rule matches.ManagedRuleOverride.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.cdn.models that return types with arguments of type ActionTypeModifier and TypeMethodDescriptionstatic Collection<ActionType>ActionType.values()Gets known ActionType values.Methods in com.azure.resourcemanager.cdn.models with parameters of type ActionTypeModifier and TypeMethodDescriptionCustomRule.withAction(ActionType action) Set the action property: Describes what action to be applied when rule matches.ManagedRuleOverride.withAction(ActionType action) Set the action property: Describes the override action to be applied when rule matches.RateLimitRule.withAction(ActionType action) Set the action property: Describes what action to be applied when rule matches.