Uses of Class
com.microsoft.azure.management.network.FirewallPolicyRuleCondition
Packages that use FirewallPolicyRuleCondition
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of FirewallPolicyRuleCondition in com.microsoft.azure.management.network
Subclasses of FirewallPolicyRuleCondition in com.microsoft.azure.management.networkModifier and TypeClassDescriptionclass
Rule condition of type application.class
Rule condition of type network.Methods in com.microsoft.azure.management.network that return FirewallPolicyRuleConditionModifier and TypeMethodDescriptionFirewallPolicyNatRule.ruleCondition()
Get the match conditions for incoming traffic.FirewallPolicyRuleCondition.withDescription
(String description) Set description of the rule condition.Set name of the rule condition.Methods in com.microsoft.azure.management.network that return types with arguments of type FirewallPolicyRuleConditionModifier and TypeMethodDescriptionFirewallPolicyFilterRule.ruleConditions()
Get collection of rule conditions used by a rule.Methods in com.microsoft.azure.management.network with parameters of type FirewallPolicyRuleConditionModifier and TypeMethodDescriptionFirewallPolicyNatRule.withRuleCondition
(FirewallPolicyRuleCondition ruleCondition) Set the match conditions for incoming traffic.Method parameters in com.microsoft.azure.management.network with type arguments of type FirewallPolicyRuleConditionModifier and TypeMethodDescriptionFirewallPolicyFilterRule.withRuleConditions
(List<FirewallPolicyRuleCondition> ruleConditions) Set collection of rule conditions used by a rule.