| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
InboundNatPool |
InboundNatPool.withBackendPort(Integer backendPort)
Set the backendPort property: The port used for internal connections on the endpoint.
|
InboundNatPool |
InboundNatPool.withEnableFloatingIp(Boolean enableFloatingIp)
Set the enableFloatingIp property: 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 the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected
connection termination.
|
InboundNatPool |
InboundNatPool.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration)
Set the frontendIpConfiguration property: A reference to frontend IP addresses.
|
InboundNatPool |
InboundNatPool.withFrontendPortRangeEnd(Integer frontendPortRangeEnd)
Set the frontendPortRangeEnd property: 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(Integer frontendPortRangeStart)
Set the frontendPortRangeStart property: 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.withId(String id) |
InboundNatPool |
InboundNatPool.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.
|
InboundNatPool |
InboundNatPool.withName(String name)
Set the name property: 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 protocol property: The reference to the transport protocol used by the inbound NAT pool.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.