Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyRuleCollection
-
Packages that use FirewallPolicyRuleCollection Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of FirewallPolicyRuleCollection in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type FirewallPolicyRuleCollection Modifier and Type Method Description List<FirewallPolicyRuleCollection>FirewallPolicyRuleCollectionGroupInner. ruleCollections()Get the ruleCollections property: Group of Firewall Policy rule collections.List<FirewallPolicyRuleCollection>FirewallPolicyRuleCollectionGroupProperties. ruleCollections()Get the ruleCollections property: Group of Firewall Policy rule collections.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type FirewallPolicyRuleCollection Modifier and Type Method Description FirewallPolicyRuleCollectionGroupInnerFirewallPolicyRuleCollectionGroupInner. withRuleCollections(List<FirewallPolicyRuleCollection> ruleCollections)Set the ruleCollections property: Group of Firewall Policy rule collections.FirewallPolicyRuleCollectionGroupPropertiesFirewallPolicyRuleCollectionGroupProperties. withRuleCollections(List<FirewallPolicyRuleCollection> ruleCollections)Set the ruleCollections property: Group of Firewall Policy rule collections. -
Uses of FirewallPolicyRuleCollection in com.azure.resourcemanager.network.models
Subclasses of FirewallPolicyRuleCollection in com.azure.resourcemanager.network.models Modifier and Type Class Description classFirewallPolicyFilterRuleCollectionFirewall Policy Filter Rule Collection.classFirewallPolicyNatRuleCollectionFirewall Policy NAT Rule Collection.Methods in com.azure.resourcemanager.network.models that return FirewallPolicyRuleCollection Modifier and Type Method Description FirewallPolicyRuleCollectionFirewallPolicyRuleCollection. withName(String name)Set the name property: The name of the rule collection.FirewallPolicyRuleCollectionFirewallPolicyRuleCollection. withPriority(Integer priority)Set the priority property: Priority of the Firewall Policy Rule Collection resource.
-