Uses of Class
com.azure.resourcemanager.cdn.models.WafAction
-
Packages that use WafAction Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of WafAction in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as WafAction Modifier and Type Field Description static WafActionWafAction. ALLOWStatic value allow for WafAction.static WafActionWafAction. BLOCKStatic value block for WafAction.static WafActionWafAction. LOGStatic value log for WafAction.static WafActionWafAction. REDIRECTStatic value redirect for WafAction.Methods in com.azure.resourcemanager.cdn.models that return WafAction Modifier and Type Method Description static WafActionWafAction. fromString(String name)Creates or finds a WafAction from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type WafAction Modifier and Type Method Description static Collection<WafAction>WafAction. values()
-