Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallApplicationRuleCollection
Packages that use AzureFirewallApplicationRuleCollection
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallApplicationRuleCollection in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AzureFirewallApplicationRuleCollectionModifier and TypeMethodDescriptionAzureFirewallInner.applicationRuleCollections()Get the applicationRuleCollections property: Collection of application rule collections used by Azure Firewall.AzureFirewallPropertiesFormat.applicationRuleCollections()Get the applicationRuleCollections property: Collection of application rule collections used by Azure Firewall.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type AzureFirewallApplicationRuleCollectionModifier and TypeMethodDescriptionAzureFirewallInner.withApplicationRuleCollections(List<AzureFirewallApplicationRuleCollection> applicationRuleCollections) Set the applicationRuleCollections property: Collection of application rule collections used by Azure Firewall.AzureFirewallPropertiesFormat.withApplicationRuleCollections(List<AzureFirewallApplicationRuleCollection> applicationRuleCollections) Set the applicationRuleCollections property: Collection of application rule collections used by Azure Firewall. -
Uses of AzureFirewallApplicationRuleCollection in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureFirewallApplicationRuleCollectionModifier and TypeMethodDescriptionAzureFirewallApplicationRuleCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallApplicationRuleCollection from the JsonReader.AzureFirewallApplicationRuleCollection.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.AzureFirewallApplicationRuleCollection.withPriority(Integer priority) Set the priority property: Priority of the application rule collection resource.AzureFirewallApplicationRuleCollection.withRules(List<AzureFirewallApplicationRule> rules) Set the rules property: Collection of rules used by a application rule collection.