Uses of Class
com.microsoft.azure.management.cdn.WafAction
Packages that use WafAction
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of WafAction in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as WafActionModifier and TypeFieldDescriptionstatic final WafAction
WafAction.ALLOW
Static value allow for WafAction.static final WafAction
WafAction.BLOCK
Static value block for WafAction.static final WafAction
WafAction.LOG
Static value log for WafAction.static final WafAction
WafAction.REDIRECT
Static value redirect for WafAction.Methods in com.microsoft.azure.management.cdn that return WafActionModifier and TypeMethodDescriptionstatic WafAction
WafAction.fromString
(String name) Creates or finds a WafAction from its string representation.Methods in com.microsoft.azure.management.cdn that return types with arguments of type WafAction