Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyRule
-
Packages that use FirewallPolicyRule Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of FirewallPolicyRule in com.azure.resourcemanager.network.models
Subclasses of FirewallPolicyRule in com.azure.resourcemanager.network.models Modifier and Type Class Description classApplicationRuleRule of type application.classNatRuleRule of type nat.classNetworkRuleRule of type network.Methods in com.azure.resourcemanager.network.models that return FirewallPolicyRule Modifier and Type Method Description FirewallPolicyRuleFirewallPolicyRule. withDescription(String description)Set the description property: Description of the rule.FirewallPolicyRuleFirewallPolicyRule. withName(String name)Set the name property: Name of the rule.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FirewallPolicyRule Modifier and Type Method Description List<FirewallPolicyRule>FirewallPolicyFilterRuleCollection. rules()Get the rules property: List of rules included in a rule collection.List<FirewallPolicyRule>FirewallPolicyNatRuleCollection. rules()Get the rules property: List of rules included in a rule collection.Method parameters in com.azure.resourcemanager.network.models with type arguments of type FirewallPolicyRule Modifier and Type Method Description FirewallPolicyFilterRuleCollectionFirewallPolicyFilterRuleCollection. withRules(List<FirewallPolicyRule> rules)Set the rules property: List of rules included in a rule collection.FirewallPolicyNatRuleCollectionFirewallPolicyNatRuleCollection. withRules(List<FirewallPolicyRule> rules)Set the rules property: List of rules included in a rule collection.
-