| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureFirewallApplicationRule |
AzureFirewallApplicationRule.withDescription(String description)
Set the description property: Description of the rule.
|
AzureFirewallApplicationRule |
AzureFirewallApplicationRule.withFqdnTags(List<String> fqdnTags)
Set the fqdnTags property: List of FQDN Tags for this rule.
|
AzureFirewallApplicationRule |
AzureFirewallApplicationRule.withName(String name)
Set the name property: Name of the application rule.
|
AzureFirewallApplicationRule |
AzureFirewallApplicationRule.withProtocols(List<AzureFirewallApplicationRuleProtocol> protocols)
Set the protocols property: Array of ApplicationRuleProtocols.
|
AzureFirewallApplicationRule |
AzureFirewallApplicationRule.withSourceAddresses(List<String> sourceAddresses)
Set the sourceAddresses property: List of source IP addresses for this rule.
|
AzureFirewallApplicationRule |
AzureFirewallApplicationRule.withSourceIpGroups(List<String> sourceIpGroups)
Set the sourceIpGroups property: List of source IpGroups for this rule.
|
AzureFirewallApplicationRule |
AzureFirewallApplicationRule.withTargetFqdns(List<String> targetFqdns)
Set the targetFqdns property: List of FQDNs for this rule.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.