Uses of Class
com.microsoft.azure.management.network.AzureFirewallApplicationRule
Packages that use AzureFirewallApplicationRule
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of AzureFirewallApplicationRule in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return AzureFirewallApplicationRuleModifier and TypeMethodDescriptionAzureFirewallApplicationRule.withDescription
(String description) Set description of the rule.AzureFirewallApplicationRule.withFqdnTags
(List<String> fqdnTags) Set list of FQDN Tags for this rule.Set name of the application rule.AzureFirewallApplicationRule.withProtocols
(List<AzureFirewallApplicationRuleProtocol> protocols) Set array of ApplicationRuleProtocols.AzureFirewallApplicationRule.withSourceAddresses
(List<String> sourceAddresses) Set list of source IP addresses for this rule.AzureFirewallApplicationRule.withSourceIpGroups
(List<String> sourceIpGroups) Set list of source IpGroups for this rule.AzureFirewallApplicationRule.withTargetFqdns
(List<String> targetFqdns) Set list of FQDNs for this rule.Methods in com.microsoft.azure.management.network that return types with arguments of type AzureFirewallApplicationRuleModifier and TypeMethodDescriptionAzureFirewallApplicationRuleCollection.rules()
Get collection of rules used by a application rule collection.Method parameters in com.microsoft.azure.management.network with type arguments of type AzureFirewallApplicationRuleModifier and TypeMethodDescriptionAzureFirewallApplicationRuleCollection.withRules
(List<AzureFirewallApplicationRule> rules) Set collection of rules used by a application rule collection.