| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationRule |
ApplicationRule.withDestinationAddresses(List<String> destinationAddresses)
Set the destinationAddresses property: List of destination IP addresses or Service Tags.
|
ApplicationRule |
ApplicationRule.withFqdnTags(List<String> fqdnTags)
Set the fqdnTags property: List of FQDN Tags for this rule.
|
ApplicationRule |
ApplicationRule.withProtocols(List<FirewallPolicyRuleApplicationProtocol> protocols)
Set the protocols property: Array of Application Protocols.
|
ApplicationRule |
ApplicationRule.withSourceAddresses(List<String> sourceAddresses)
Set the sourceAddresses property: List of source IP addresses for this rule.
|
ApplicationRule |
ApplicationRule.withSourceIpGroups(List<String> sourceIpGroups)
Set the sourceIpGroups property: List of source IpGroups for this rule.
|
ApplicationRule |
ApplicationRule.withTargetFqdns(List<String> targetFqdns)
Set the targetFqdns property: List of FQDNs for this rule.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.