Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFirewallRuleSet
Packages that use ApplicationGatewayFirewallRuleSet
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ApplicationGatewayFirewallRuleSetModifier and TypeMethodDescriptionApplicationGatewayAvailableWafRuleSetsResultInner.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 ApplicationGatewayFirewallRuleSetModifier and TypeMethodDescriptionApplicationGatewayAvailableWafRuleSetsResultInner.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 ApplicationGatewayFirewallRuleSetModifier and TypeMethodDescriptionApplicationGatewayFirewallRuleSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayFirewallRuleSet from the JsonReader.Set the id property: Resource ID.ApplicationGatewayFirewallRuleSet.withLocation(String location) ApplicationGatewayFirewallRuleSet.withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups) Set the ruleGroups property: The rule groups of the web application firewall rule set.ApplicationGatewayFirewallRuleSet.withRuleSetType(String ruleSetType) Set the ruleSetType property: The type of the web application firewall rule set.ApplicationGatewayFirewallRuleSet.withRuleSetVersion(String ruleSetVersion) Set the ruleSetVersion property: The version of the web application firewall rule set type.ApplicationGatewayFirewallRuleSet.withTiers(List<ApplicationGatewayTierTypes> tiers) Set the tiers property: Tier of an application gateway that support the rule set.