Uses of Class
com.azure.resourcemanager.network.fluent.models.AzureFirewallApplicationRuleCollectionPropertiesFormat
Packages that use AzureFirewallApplicationRuleCollectionPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of AzureFirewallApplicationRuleCollectionPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureFirewallApplicationRuleCollectionPropertiesFormatModifier and TypeMethodDescriptionAzureFirewallApplicationRuleCollectionPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallApplicationRuleCollectionPropertiesFormat from the JsonReader.AzureFirewallApplicationRuleCollectionPropertiesFormat.withAction(AzureFirewallRCAction action) Set the action property: The action type of a rule collection.AzureFirewallApplicationRuleCollectionPropertiesFormat.withPriority(Integer priority) Set the priority property: Priority of the application rule collection resource.AzureFirewallApplicationRuleCollectionPropertiesFormat.withRules(List<AzureFirewallApplicationRule> rules) Set the rules property: Collection of rules used by a application rule collection.