Uses of Class
com.microsoft.azure.management.network.AzureFirewallApplicationRuleCollection
Packages that use AzureFirewallApplicationRuleCollection
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of AzureFirewallApplicationRuleCollection in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return AzureFirewallApplicationRuleCollectionModifier and TypeMethodDescriptionAzureFirewallApplicationRuleCollection.withAction
(AzureFirewallRCAction action) Set the action type of a rule collection.Set the name of the resource that is unique within the Azure firewall.AzureFirewallApplicationRuleCollection.withPriority
(Integer priority) Set priority of the application rule collection resource.AzureFirewallApplicationRuleCollection.withRules
(List<AzureFirewallApplicationRule> rules) Set collection of rules used by a application rule collection.