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