LoadBalancingRuleArgs

constructor(backendAddressPool: Output<SubResourceArgs>? = null, backendAddressPools: Output<List<SubResourceArgs>>? = null, backendPort: Output<Int>? = null, disableOutboundSnat: Output<Boolean>? = null, enableFloatingIP: Output<Boolean>? = null, enableTcpReset: Output<Boolean>? = null, frontendIPConfiguration: Output<SubResourceArgs>? = null, frontendPort: Output<Int>, id: Output<String>? = null, idleTimeoutInMinutes: Output<Int>? = null, loadDistribution: Output<Either<String, LoadDistribution>>? = null, name: Output<String>? = null, probe: Output<SubResourceArgs>? = null, protocol: Output<Either<String, TransportProtocol>>)