Uses of Class
com.azure.resourcemanager.cdn.models.ActionType
-
Packages that use ActionType Package Description com.azure.resourcemanager.cdn.models 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 ActionType Modifier and Type Field Description static ActionTypeActionType. ALLOWStatic value Allow for ActionType.static ActionTypeActionType. BLOCKStatic value Block for ActionType.static ActionTypeActionType. LOGStatic value Log for ActionType.static ActionTypeActionType. REDIRECTStatic value Redirect for ActionType.Methods in com.azure.resourcemanager.cdn.models that return ActionType Modifier and Type Method Description ActionTypeCustomRule. action()Get the action property: Describes what action to be applied when rule matches.ActionTypeManagedRuleOverride. 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 ActionType Modifier and Type Method Description static Collection<ActionType>ActionType. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type ActionType Modifier and Type Method Description CustomRuleCustomRule. withAction(ActionType action)Set the action property: Describes what action to be applied when rule matches.ManagedRuleOverrideManagedRuleOverride. withAction(ActionType action)Set the action property: Describes the override action to be applied when rule matches.RateLimitRuleRateLimitRule. withAction(ActionType action)Set the action property: Describes what action to be applied when rule matches.
-