Uses of Class
com.azure.resourcemanager.cdn.models.WafRuleType
-
Packages that use WafRuleType Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of WafRuleType in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as WafRuleType Modifier and Type Field Description static WafRuleTypeWafRuleType. BOTStatic value bot for WafRuleType.static WafRuleTypeWafRuleType. CUSTOMStatic value custom for WafRuleType.static WafRuleTypeWafRuleType. MANAGEDStatic value managed for WafRuleType.Methods in com.azure.resourcemanager.cdn.models that return WafRuleType Modifier and Type Method Description static WafRuleTypeWafRuleType. fromString(String name)Creates or finds a WafRuleType from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type WafRuleType Modifier and Type Method Description static Collection<WafRuleType>WafRuleType. values()
-