Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFirewallRuleSet
-
Packages that use ApplicationGatewayFirewallRuleSet Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayFirewallRuleSet in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayFirewallRuleSet Modifier and Type Method Description List<ApplicationGatewayFirewallRuleSet>ApplicationGatewayAvailableWafRuleSetsResultInner. value()Get the value property: The list of application gateway rule sets.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayFirewallRuleSet Modifier and Type Method Description ApplicationGatewayAvailableWafRuleSetsResultInnerApplicationGatewayAvailableWafRuleSetsResultInner. withValue(List<ApplicationGatewayFirewallRuleSet> value)Set the value property: The list of application gateway rule sets. -
Uses of ApplicationGatewayFirewallRuleSet in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayFirewallRuleSet Modifier and Type Method Description ApplicationGatewayFirewallRuleSetApplicationGatewayFirewallRuleSet. withId(String id)Set the id property: Resource ID.ApplicationGatewayFirewallRuleSetApplicationGatewayFirewallRuleSet. withLocation(String location)ApplicationGatewayFirewallRuleSetApplicationGatewayFirewallRuleSet. withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups)Set the ruleGroups property: The rule groups of the web application firewall rule set.ApplicationGatewayFirewallRuleSetApplicationGatewayFirewallRuleSet. withRuleSetType(String ruleSetType)Set the ruleSetType property: The type of the web application firewall rule set.ApplicationGatewayFirewallRuleSetApplicationGatewayFirewallRuleSet. withRuleSetVersion(String ruleSetVersion)Set the ruleSetVersion property: The version of the web application firewall rule set type.ApplicationGatewayFirewallRuleSetApplicationGatewayFirewallRuleSet. withTags(Map<String,String> tags)
-