| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureFirewallNatRule |
AzureFirewallNatRule.withDescription(String description)
Set description of the rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withDestinationAddresses(List<String> destinationAddresses)
Set list of destination IP addresses for this rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withDestinationPorts(List<String> destinationPorts)
Set list of destination ports.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withName(String name)
Set name of the NAT rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)
Set array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withSourceAddresses(List<String> sourceAddresses)
Set list of source IP addresses for this rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withSourceIpGroups(List<String> sourceIpGroups)
Set list of source IpGroups for this rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withTranslatedAddress(String translatedAddress)
Set the translated address for this NAT rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withTranslatedFqdn(String translatedFqdn)
Set the translated FQDN for this NAT rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withTranslatedPort(String translatedPort)
Set the translated port for this NAT rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<AzureFirewallNatRule> |
AzureFirewallNatRuleCollection.rules()
Get collection of rules used by a NAT rule collection.
|
| Modifier and Type | Method and Description |
|---|---|
AzureFirewallNatRuleCollection |
AzureFirewallNatRuleCollection.withRules(List<AzureFirewallNatRule> rules)
Set collection of rules used by a NAT rule collection.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/