Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallApplicationRule
Packages that use AzureFirewallApplicationRule
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallApplicationRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AzureFirewallApplicationRuleModifier and TypeMethodDescriptionAzureFirewallApplicationRuleCollectionPropertiesFormat.rules()Get the rules property: Collection of rules used by a application rule collection.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type AzureFirewallApplicationRuleModifier and TypeMethodDescriptionAzureFirewallApplicationRuleCollectionPropertiesFormat.withRules(List<AzureFirewallApplicationRule> rules) Set the rules property: Collection of rules used by a application rule collection. -
Uses of AzureFirewallApplicationRule in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type AzureFirewallApplicationRuleModifier and TypeClassDescriptionfinal classProperties of an application rule.Methods in com.azure.resourcemanager.network.models that return AzureFirewallApplicationRuleModifier and TypeMethodDescriptionstatic AzureFirewallApplicationRuleAzureFirewallApplicationRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallApplicationRule from the JsonReader.AzureFirewallApplicationRule.withDescription(String description) Set the description property: Description of the rule.AzureFirewallApplicationRule.withFqdnTags(List<String> fqdnTags) Set the fqdnTags property: List of FQDN Tags for this rule.Set the name property: Name of the application rule.AzureFirewallApplicationRule.withProtocols(List<AzureFirewallApplicationRuleProtocol> protocols) Set the protocols property: Array of ApplicationRuleProtocols.AzureFirewallApplicationRule.withSourceAddresses(List<String> sourceAddresses) Set the sourceAddresses property: List of source IP addresses for this rule.AzureFirewallApplicationRule.withSourceIpGroups(List<String> sourceIpGroups) Set the sourceIpGroups property: List of source IpGroups for this rule.AzureFirewallApplicationRule.withTargetFqdns(List<String> targetFqdns) Set the targetFqdns property: List of FQDNs for this rule.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallApplicationRuleModifier and TypeMethodDescriptionAzureFirewallApplicationRuleCollection.rules()Get the rules property: Collection of rules used by a application rule collection.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AzureFirewallApplicationRuleModifier and TypeMethodDescriptionAzureFirewallApplicationRuleCollection.withRules(List<AzureFirewallApplicationRule> rules) Set the rules property: Collection of rules used by a application rule collection.