Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallApplicationRule
-
Packages that use AzureFirewallApplicationRule 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 AzureFirewallApplicationRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AzureFirewallApplicationRule Modifier and Type Method Description List<AzureFirewallApplicationRule>AzureFirewallApplicationRuleCollectionPropertiesFormat. 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 AzureFirewallApplicationRule Modifier and Type Method Description AzureFirewallApplicationRuleCollectionPropertiesFormatAzureFirewallApplicationRuleCollectionPropertiesFormat. 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
Methods in com.azure.resourcemanager.network.models that return AzureFirewallApplicationRule Modifier and Type Method Description AzureFirewallApplicationRuleAzureFirewallApplicationRule. withDescription(String description)Set the description property: Description of the rule.AzureFirewallApplicationRuleAzureFirewallApplicationRule. withFqdnTags(List<String> fqdnTags)Set the fqdnTags property: List of FQDN Tags for this rule.AzureFirewallApplicationRuleAzureFirewallApplicationRule. withName(String name)Set the name property: Name of the application rule.AzureFirewallApplicationRuleAzureFirewallApplicationRule. withProtocols(List<AzureFirewallApplicationRuleProtocol> protocols)Set the protocols property: Array of ApplicationRuleProtocols.AzureFirewallApplicationRuleAzureFirewallApplicationRule. withSourceAddresses(List<String> sourceAddresses)Set the sourceAddresses property: List of source IP addresses for this rule.AzureFirewallApplicationRuleAzureFirewallApplicationRule. withSourceIpGroups(List<String> sourceIpGroups)Set the sourceIpGroups property: List of source IpGroups for this rule.AzureFirewallApplicationRuleAzureFirewallApplicationRule. 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 AzureFirewallApplicationRule Modifier and Type Method Description List<AzureFirewallApplicationRule>AzureFirewallApplicationRuleCollection. 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 AzureFirewallApplicationRule Modifier and Type Method Description AzureFirewallApplicationRuleCollectionAzureFirewallApplicationRuleCollection. withRules(List<AzureFirewallApplicationRule> rules)Set the rules property: Collection of rules used by a application rule collection.
-