| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
InboundNatPool |
InboundNatPool.withBackendPort(int backendPort)
Set the port used for internal connections on the endpoint.
|
InboundNatPool |
InboundNatPool.withEnableFloatingIP(Boolean enableFloatingIP)
Set configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group.
|
InboundNatPool |
InboundNatPool.withEnableTcpReset(Boolean enableTcpReset)
Set receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination.
|
InboundNatPool |
InboundNatPool.withFrontendIPConfiguration(com.microsoft.azure.SubResource frontendIPConfiguration)
Set a reference to frontend IP addresses.
|
InboundNatPool |
InboundNatPool.withFrontendPortRangeEnd(int frontendPortRangeEnd)
Set the last port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer.
|
InboundNatPool |
InboundNatPool.withFrontendPortRangeStart(int frontendPortRangeStart)
Set the first port number in the range of external ports that will be used to provide Inbound Nat to NICs associated with a load balancer.
|
InboundNatPool |
InboundNatPool.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the timeout for the TCP idle connection.
|
InboundNatPool |
InboundNatPool.withName(String name)
Set the name of the resource that is unique within the set of inbound NAT pools used by the load balancer.
|
InboundNatPool |
InboundNatPool.withProtocol(TransportProtocol protocol)
Set the reference to the transport protocol used by the inbound NAT pool.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/