InboundNatPoolPropertiesFormat |
InboundNatPoolPropertiesFormat.withBackendPort(int backendPort) |
Set the backendPort property: The port used for internal connections on the endpoint.
|
InboundNatPoolPropertiesFormat |
InboundNatPoolPropertiesFormat.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.
|
InboundNatPoolPropertiesFormat |
InboundNatPoolPropertiesFormat.withEnableTcpReset(Boolean enableTcpReset) |
Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected
connection termination.
|
InboundNatPoolPropertiesFormat |
InboundNatPoolPropertiesFormat.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration) |
Set the frontendIpConfiguration property: A reference to frontend IP addresses.
|
InboundNatPoolPropertiesFormat |
InboundNatPoolPropertiesFormat.withFrontendPortRangeEnd(int 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.
|
InboundNatPoolPropertiesFormat |
InboundNatPoolPropertiesFormat.withFrontendPortRangeStart(int 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.
|
InboundNatPoolPropertiesFormat |
InboundNatPoolPropertiesFormat.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) |
Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.
|
InboundNatPoolPropertiesFormat |
InboundNatPoolPropertiesFormat.withProtocol(TransportProtocol protocol) |
Set the protocol property: The reference to the transport protocol used by the inbound NAT pool.
|