Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet
Packages that use ApplicationGatewayFirewallManifestRuleSet
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayFirewallManifestRuleSet in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayFirewallManifestRuleSetModifier and TypeMethodDescriptionApplicationGatewayWafDynamicManifestPropertiesResult.availableRuleSets()Get the availableRuleSets property: The available rulesets.ApplicationGatewayWafDynamicManifestResultInner.availableRuleSets()Get the availableRuleSets property: The available rulesets.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayFirewallManifestRuleSetModifier and TypeMethodDescriptionApplicationGatewayWafDynamicManifestPropertiesResult.withAvailableRuleSets(List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets) Set the availableRuleSets property: The available rulesets.ApplicationGatewayWafDynamicManifestResultInner.withAvailableRuleSets(List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets) Set the availableRuleSets property: The available rulesets. -
Uses of ApplicationGatewayFirewallManifestRuleSet in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ApplicationGatewayFirewallManifestRuleSetModifier and TypeClassDescriptionfinal classProperties of the web application firewall rule set.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayFirewallManifestRuleSetModifier and TypeMethodDescriptionApplicationGatewayFirewallManifestRuleSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayFirewallManifestRuleSet from the JsonReader.ApplicationGatewayFirewallManifestRuleSet.withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups) Set the ruleGroups property: The rule groups of the web application firewall rule set.ApplicationGatewayFirewallManifestRuleSet.withRuleSetType(String ruleSetType) Set the ruleSetType property: The type of the web application firewall rule set.ApplicationGatewayFirewallManifestRuleSet.withRuleSetVersion(String ruleSetVersion) Set the ruleSetVersion property: The version of the web application firewall rule set type.ApplicationGatewayFirewallManifestRuleSet.withStatus(ApplicationGatewayRuleSetStatusOptions status) Set the status property: The rule set status.ApplicationGatewayFirewallManifestRuleSet.withTiers(List<ApplicationGatewayTierTypes> tiers) Set the tiers property: Tier of an application gateway that support the rule set.