Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayWafRuleStateTypes
Packages that use ApplicationGatewayWafRuleStateTypes
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayWafRuleStateTypes in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ApplicationGatewayWafRuleStateTypes in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe string representation of the web application firewall rule state.Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewayWafRuleStateTypesModifier and TypeFieldDescriptionstatic final ApplicationGatewayWafRuleStateTypesApplicationGatewayWafRuleStateTypes.DISABLEDStatic value Disabled for ApplicationGatewayWafRuleStateTypes.static final ApplicationGatewayWafRuleStateTypesApplicationGatewayWafRuleStateTypes.ENABLEDStatic value Enabled for ApplicationGatewayWafRuleStateTypes.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayWafRuleStateTypesModifier and TypeMethodDescriptionApplicationGatewayWafRuleStateTypes.fromString(String name) Creates or finds a ApplicationGatewayWafRuleStateTypes from its string representation.ApplicationGatewayFirewallRule.state()Get the state property: The string representation of the web application firewall rule state.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayWafRuleStateTypesModifier and TypeMethodDescriptionApplicationGatewayWafRuleStateTypes.values()Gets known ApplicationGatewayWafRuleStateTypes values.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayWafRuleStateTypesModifier and TypeMethodDescriptionApplicationGatewayFirewallRule.withState(ApplicationGatewayWafRuleStateTypes state) Set the state property: The string representation of the web application firewall rule state.