Uses of Class
com.microsoft.azure.management.network.ApplicationRuleCondition
Packages that use ApplicationRuleCondition
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationRuleCondition in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationRuleConditionModifier and TypeMethodDescriptionApplicationRuleCondition.withDestinationAddresses
(List<String> destinationAddresses) Set list of destination IP addresses or Service Tags.ApplicationRuleCondition.withFqdnTags
(List<String> fqdnTags) Set list of FQDN Tags for this rule condition.ApplicationRuleCondition.withProtocols
(List<FirewallPolicyRuleConditionApplicationProtocol> protocols) Set array of Application Protocols.ApplicationRuleCondition.withSourceAddresses
(List<String> sourceAddresses) Set list of source IP addresses for this rule.ApplicationRuleCondition.withTargetFqdns
(List<String> targetFqdns) Set list of FQDNs for this rule condition.