Uses of Class
com.microsoft.azure.management.network.AzureFirewallNetworkRule
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of AzureFirewallNetworkRule in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionAzureFirewallNetworkRule.withDescription
(String description) Set description of the rule.AzureFirewallNetworkRule.withDestinationAddresses
(List<String> destinationAddresses) Set list of destination IP addresses.AzureFirewallNetworkRule.withDestinationFqdns
(List<String> destinationFqdns) Set list of destination FQDNs.AzureFirewallNetworkRule.withDestinationIpGroups
(List<String> destinationIpGroups) Set list of destination IpGroups for this rule.AzureFirewallNetworkRule.withDestinationPorts
(List<String> destinationPorts) Set list of destination ports.Set name of the network rule.AzureFirewallNetworkRule.withProtocols
(List<AzureFirewallNetworkRuleProtocol> protocols) Set array of AzureFirewallNetworkRuleProtocols.AzureFirewallNetworkRule.withSourceAddresses
(List<String> sourceAddresses) Set list of source IP addresses for this rule.AzureFirewallNetworkRule.withSourceIpGroups
(List<String> sourceIpGroups) Set list of source IpGroups for this rule.Modifier and TypeMethodDescriptionAzureFirewallNetworkRuleCollection.rules()
Get collection of rules used by a network rule collection.Modifier and TypeMethodDescriptionAzureFirewallNetworkRuleCollection.withRules
(List<AzureFirewallNetworkRule> rules) Set collection of rules used by a network rule collection.