| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkRule |
NetworkRule.withDestinationAddresses(List<String> destinationAddresses)
Set the destinationAddresses property: List of destination IP addresses or Service Tags.
|
NetworkRule |
NetworkRule.withDestinationFqdns(List<String> destinationFqdns)
Set the destinationFqdns property: List of destination FQDNs.
|
NetworkRule |
NetworkRule.withDestinationIpGroups(List<String> destinationIpGroups)
Set the destinationIpGroups property: List of destination IpGroups for this rule.
|
NetworkRule |
NetworkRule.withDestinationPorts(List<String> destinationPorts)
Set the destinationPorts property: List of destination ports.
|
NetworkRule |
NetworkRule.withIpProtocols(List<FirewallPolicyRuleNetworkProtocol> ipProtocols)
Set the ipProtocols property: Array of FirewallPolicyRuleNetworkProtocols.
|
NetworkRule |
NetworkRule.withSourceAddresses(List<String> sourceAddresses)
Set the sourceAddresses property: List of source IP addresses for this rule.
|
NetworkRule |
NetworkRule.withSourceIpGroups(List<String> sourceIpGroups)
Set the sourceIpGroups property: List of source IpGroups for this rule.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.