Uses of Class
com.azure.resourcemanager.network.fluent.models.InboundNatPoolPropertiesFormat
Packages that use InboundNatPoolPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of InboundNatPoolPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type InboundNatPoolPropertiesFormatModifier and TypeClassDescriptionfinal classProperties of Inbound NAT pool.Methods in com.azure.resourcemanager.network.fluent.models that return InboundNatPoolPropertiesFormatModifier and TypeMethodDescriptionInboundNatPoolPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InboundNatPoolPropertiesFormat from the JsonReader.InboundNatPoolPropertiesFormat.withBackendPort(int backendPort) Set the backendPort property: The port used for internal connections on the endpoint.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.withEnableTcpReset(Boolean enableTcpReset) Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination.InboundNatPoolPropertiesFormat.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration) Set the frontendIpConfiguration property: A reference to frontend IP addresses.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.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.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.InboundNatPoolPropertiesFormat.withProtocol(TransportProtocol protocol) Set the protocol property: The reference to the transport protocol used by the inbound NAT pool.