Azure Networking Services · Schema
InboundNatRulePropertiesFormat
Properties of the inbound NAT rule.
AzureCloudInfrastructureMicrosoftNetworking
Properties
| Name | Type | Description |
|---|---|---|
| backendIPConfiguration | object | A reference to a private IP address defined on a network interface of a VM. Traffic sent to the frontend port of each of the frontend IP configurations is forwarded to the backend IP. |
| backendPort | integer | The port used for the internal endpoint. Acceptable values range from 1 to 65535. |
| enableFloatingIP | boolean | Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups |
| enableTcpReset | boolean | Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP. |
| frontendIPConfiguration | object | Reference to another subresource. |
| frontendPort | integer | The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values range from 1 to 65534. |
| idleTimeoutInMinutes | integer | The timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP. |
| protocol | string | The transport protocol for the endpoint. |
| provisioningState | string | The current provisioning state. |