Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayWafRuleActionTypes
Packages that use ApplicationGatewayWafRuleActionTypes
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayWafRuleActionTypes in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewayWafRuleActionTypesModifier and TypeFieldDescriptionstatic final ApplicationGatewayWafRuleActionTypesApplicationGatewayWafRuleActionTypes.ALLOWStatic value Allow for ApplicationGatewayWafRuleActionTypes.static final ApplicationGatewayWafRuleActionTypesApplicationGatewayWafRuleActionTypes.ANOMALY_SCORINGStatic value AnomalyScoring for ApplicationGatewayWafRuleActionTypes.static final ApplicationGatewayWafRuleActionTypesApplicationGatewayWafRuleActionTypes.BLOCKStatic value Block for ApplicationGatewayWafRuleActionTypes.static final ApplicationGatewayWafRuleActionTypesApplicationGatewayWafRuleActionTypes.LOGStatic value Log for ApplicationGatewayWafRuleActionTypes.static final ApplicationGatewayWafRuleActionTypesApplicationGatewayWafRuleActionTypes.NONEStatic value None for ApplicationGatewayWafRuleActionTypes.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayWafRuleActionTypesModifier and TypeMethodDescriptionApplicationGatewayFirewallRule.action()Get the action property: The string representation of the web application firewall rule action.ApplicationGatewayWafRuleActionTypes.fromString(String name) Creates or finds a ApplicationGatewayWafRuleActionTypes from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayWafRuleActionTypesModifier and TypeMethodDescriptionApplicationGatewayWafRuleActionTypes.values()Gets known ApplicationGatewayWafRuleActionTypes values.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayWafRuleActionTypesModifier and TypeMethodDescriptionApplicationGatewayFirewallRule.withAction(ApplicationGatewayWafRuleActionTypes action) Set the action property: The string representation of the web application firewall rule action.