Uses of Class
com.azure.resourcemanager.network.fluent.models.AzureFirewallNetworkRuleCollectionPropertiesFormat
-
Packages that use AzureFirewallNetworkRuleCollectionPropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of AzureFirewallNetworkRuleCollectionPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureFirewallNetworkRuleCollectionPropertiesFormat Modifier and Type Method Description AzureFirewallNetworkRuleCollectionPropertiesFormatAzureFirewallNetworkRuleCollectionPropertiesFormat. withAction(AzureFirewallRCAction action)Set the action property: The action type of a rule collection.AzureFirewallNetworkRuleCollectionPropertiesFormatAzureFirewallNetworkRuleCollectionPropertiesFormat. withPriority(Integer priority)Set the priority property: Priority of the network rule collection resource.AzureFirewallNetworkRuleCollectionPropertiesFormatAzureFirewallNetworkRuleCollectionPropertiesFormat. withRules(List<AzureFirewallNetworkRule> rules)Set the rules property: Collection of rules used by a network rule collection.
-