Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNetworkRuleCollection
Packages that use AzureFirewallNetworkRuleCollection
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallNetworkRuleCollection in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AzureFirewallNetworkRuleCollectionModifier and TypeMethodDescriptionAzureFirewallInner.networkRuleCollections()Get the networkRuleCollections property: Collection of network rule collections used by Azure Firewall.AzureFirewallPropertiesFormat.networkRuleCollections()Get the networkRuleCollections property: Collection of network rule collections used by Azure Firewall.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type AzureFirewallNetworkRuleCollectionModifier and TypeMethodDescriptionAzureFirewallInner.withNetworkRuleCollections(List<AzureFirewallNetworkRuleCollection> networkRuleCollections) Set the networkRuleCollections property: Collection of network rule collections used by Azure Firewall.AzureFirewallPropertiesFormat.withNetworkRuleCollections(List<AzureFirewallNetworkRuleCollection> networkRuleCollections) Set the networkRuleCollections property: Collection of network rule collections used by Azure Firewall. -
Uses of AzureFirewallNetworkRuleCollection in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureFirewallNetworkRuleCollectionModifier and TypeMethodDescriptionAzureFirewallNetworkRuleCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallNetworkRuleCollection from the JsonReader.AzureFirewallNetworkRuleCollection.withAction(AzureFirewallRCAction action) Set the action property: The action type of a rule collection.Set the name property: The name of the resource that is unique within the Azure firewall.AzureFirewallNetworkRuleCollection.withPriority(Integer priority) Set the priority property: Priority of the network rule collection resource.AzureFirewallNetworkRuleCollection.withRules(List<AzureFirewallNetworkRule> rules) Set the rules property: Collection of rules used by a network rule collection.