Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyRule
Packages that use FirewallPolicyRule
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyRule in com.azure.resourcemanager.network.models
Subclasses of FirewallPolicyRule in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classRule of type application.final classRule of type nat.final classRule of type network.Methods in com.azure.resourcemanager.network.models that return FirewallPolicyRuleModifier and TypeMethodDescriptionstatic FirewallPolicyRuleFirewallPolicyRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPolicyRule from the JsonReader.FirewallPolicyRule.withDescription(String description) Set the description property: Description of the rule.Set the name property: Name of the rule.Methods in com.azure.resourcemanager.network.models that return types with arguments of type FirewallPolicyRuleModifier and TypeMethodDescriptionFirewallPolicyFilterRuleCollection.rules()Get the rules property: List of rules included in a rule collection.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 FirewallPolicyRuleModifier and TypeMethodDescriptionFirewallPolicyFilterRuleCollection.withRules(List<FirewallPolicyRule> rules) Set the rules property: List of rules included in a rule collection.FirewallPolicyNatRuleCollection.withRules(List<FirewallPolicyRule> rules) Set the rules property: List of rules included in a rule collection.