Uses of Class
com.microsoft.azure.management.network.InboundNatPool
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of InboundNatPool in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionInboundNatPool.withBackendPort
(int backendPort) Set the port used for internal connections on the endpoint.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.withEnableTcpReset
(Boolean enableTcpReset) Set receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination.InboundNatPool.withFrontendIPConfiguration
(com.microsoft.azure.SubResource frontendIPConfiguration) Set a reference to frontend IP addresses.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.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.withIdleTimeoutInMinutes
(Integer idleTimeoutInMinutes) Set the timeout for the TCP idle connection.Set the name of the resource that is unique within the set of inbound NAT pools used by the load balancer.InboundNatPool.withProtocol
(TransportProtocol protocol) Set the reference to the transport protocol used by the inbound NAT pool.