Uses of Class
com.microsoft.azure.management.network.NetworkRuleCondition
Packages that use NetworkRuleCondition
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of NetworkRuleCondition in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return NetworkRuleConditionModifier and TypeMethodDescriptionNetworkRuleCondition.withDestinationAddresses
(List<String> destinationAddresses) Set list of destination IP addresses or Service Tags.NetworkRuleCondition.withDestinationPorts
(List<String> destinationPorts) Set list of destination ports.NetworkRuleCondition.withIpProtocols
(List<FirewallPolicyRuleConditionNetworkProtocol> ipProtocols) Set array of FirewallPolicyRuleConditionNetworkProtocols.NetworkRuleCondition.withSourceAddresses
(List<String> sourceAddresses) Set list of source IP addresses for this rule.