Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNetworkRuleCollection
-
Packages that use AzureFirewallNetworkRuleCollection 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 AzureFirewallNetworkRuleCollection in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AzureFirewallNetworkRuleCollection Modifier and Type Method Description List<AzureFirewallNetworkRuleCollection>AzureFirewallInner. networkRuleCollections()Get the networkRuleCollections property: Collection of network rule collections used by Azure Firewall.List<AzureFirewallNetworkRuleCollection>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 AzureFirewallNetworkRuleCollection Modifier and Type Method Description AzureFirewallInnerAzureFirewallInner. withNetworkRuleCollections(List<AzureFirewallNetworkRuleCollection> networkRuleCollections)Set the networkRuleCollections property: Collection of network rule collections used by Azure Firewall.AzureFirewallPropertiesFormatAzureFirewallPropertiesFormat. 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 AzureFirewallNetworkRuleCollection Modifier and Type Method Description AzureFirewallNetworkRuleCollectionAzureFirewallNetworkRuleCollection. withAction(AzureFirewallRCAction action)Set the action property: The action type of a rule collection.AzureFirewallNetworkRuleCollectionAzureFirewallNetworkRuleCollection. withId(String id)AzureFirewallNetworkRuleCollectionAzureFirewallNetworkRuleCollection. withName(String name)Set the name property: The name of the resource that is unique within the Azure firewall.AzureFirewallNetworkRuleCollectionAzureFirewallNetworkRuleCollection. withPriority(Integer priority)Set the priority property: Priority of the network rule collection resource.AzureFirewallNetworkRuleCollectionAzureFirewallNetworkRuleCollection. withRules(List<AzureFirewallNetworkRule> rules)Set the rules property: Collection of rules used by a network rule collection.
-