Uses of Class
com.azure.resourcemanager.network.fluent.models.AzureFirewallNetworkRuleCollectionPropertiesFormat
Packages that use AzureFirewallNetworkRuleCollectionPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of AzureFirewallNetworkRuleCollectionPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type AzureFirewallNetworkRuleCollectionPropertiesFormatModifier and TypeClassDescriptionfinal classProperties of the network rule collection.Methods in com.azure.resourcemanager.network.fluent.models that return AzureFirewallNetworkRuleCollectionPropertiesFormatModifier and TypeMethodDescriptionAzureFirewallNetworkRuleCollectionPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallNetworkRuleCollectionPropertiesFormat from the JsonReader.AzureFirewallNetworkRuleCollectionPropertiesFormat.withAction(AzureFirewallRCAction action) Set the action property: The action type of a rule collection.AzureFirewallNetworkRuleCollectionPropertiesFormat.withPriority(Integer priority) Set the priority property: Priority of the network rule collection resource.AzureFirewallNetworkRuleCollectionPropertiesFormat.withRules(List<AzureFirewallNetworkRule> rules) Set the rules property: Collection of rules used by a network rule collection.