| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureFirewallNatRule |
AzureFirewallNatRule.withDescription(String description)
Set the description property: Description of the rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withDestinationAddresses(List<String> destinationAddresses)
Set the destinationAddresses property: List of destination IP addresses for this rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withDestinationPorts(List<String> destinationPorts)
Set the destinationPorts property: List of destination ports.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withName(String name)
Set the name property: Name of the NAT rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)
Set the protocols property: Array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withSourceAddresses(List<String> sourceAddresses)
Set the sourceAddresses property: List of source IP addresses for this rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withSourceIpGroups(List<String> sourceIpGroups)
Set the sourceIpGroups property: List of source IpGroups for this rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withTranslatedAddress(String translatedAddress)
Set the translatedAddress property: The translated address for this NAT rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withTranslatedFqdn(String translatedFqdn)
Set the translatedFqdn property: The translated FQDN for this NAT rule.
|
AzureFirewallNatRule |
AzureFirewallNatRule.withTranslatedPort(String translatedPort)
Set the translatedPort property: The translated port for this NAT rule.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.