Uses of Class
com.azure.resourcemanager.network.fluent.models.InboundNatRulePropertiesFormatInner
Packages that use InboundNatRulePropertiesFormatInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of InboundNatRulePropertiesFormatInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return InboundNatRulePropertiesFormatInnerModifier and TypeMethodDescriptionInboundNatRulePropertiesFormatInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InboundNatRulePropertiesFormatInner from the JsonReader.InboundNatRulePropertiesFormatInner.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: A reference to backendAddressPool resource.InboundNatRulePropertiesFormatInner.withBackendPort(Integer backendPort) Set the backendPort property: The port used for the internal endpoint.InboundNatRulePropertiesFormatInner.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.InboundNatRulePropertiesFormatInner.withEnableTcpReset(Boolean enableTcpReset) Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination.InboundNatRulePropertiesFormatInner.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration) Set the frontendIpConfiguration property: A reference to frontend IP addresses.InboundNatRulePropertiesFormatInner.withFrontendPort(Integer frontendPort) Set the frontendPort property: The port for the external endpoint.InboundNatRulePropertiesFormatInner.withFrontendPortRangeEnd(Integer frontendPortRangeEnd) Set the frontendPortRangeEnd property: The port range end for the external endpoint.InboundNatRulePropertiesFormatInner.withFrontendPortRangeStart(Integer frontendPortRangeStart) Set the frontendPortRangeStart property: The port range start for the external endpoint.InboundNatRulePropertiesFormatInner.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.InboundNatRulePropertiesFormatInner.withProtocol(TransportProtocol protocol) Set the protocol property: The reference to the transport protocol used by the load balancing rule.