| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkRuleCondition |
NetworkRuleCondition.withDestinationAddresses(List<String> destinationAddresses)
Set list of destination IP addresses or Service Tags.
|
NetworkRuleCondition |
NetworkRuleCondition.withDestinationPorts(List<String> destinationPorts)
Set list of destination ports.
|
NetworkRuleCondition |
NetworkRuleCondition.withIpProtocols(List<FirewallPolicyRuleConditionNetworkProtocol> ipProtocols)
Set array of FirewallPolicyRuleConditionNetworkProtocols.
|
NetworkRuleCondition |
NetworkRuleCondition.withSourceAddresses(List<String> sourceAddresses)
Set list of source IP addresses for this rule.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/