Inbound Nat Rule Args
constructor(backendAddressPool: Output<SubResourceArgs>? = null, backendPort: Output<Int>? = null, enableFloatingIP: Output<Boolean>? = null, enableTcpReset: Output<Boolean>? = null, frontendIPConfiguration: Output<SubResourceArgs>? = null, frontendPort: Output<Int>? = null, frontendPortRangeEnd: Output<Int>? = null, frontendPortRangeStart: Output<Int>? = null, id: Output<String>? = null, idleTimeoutInMinutes: Output<Int>? = null, name: Output<String>? = null, protocol: Output<Either<String, TransportProtocol>>? = null)