LoadBalancerArgs

constructor(backendAddressPools: Output<List<BackendAddressPoolArgs>>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, frontendIPConfigurations: Output<List<FrontendIPConfigurationArgs>>? = null, id: Output<String>? = null, inboundNatPools: Output<List<InboundNatPoolArgs>>? = null, inboundNatRules: Output<List<InboundNatRuleArgs>>? = null, loadBalancerName: Output<String>? = null, loadBalancingRules: Output<List<LoadBalancingRuleArgs>>? = null, location: Output<String>? = null, outboundRules: Output<List<OutboundRuleArgs>>? = null, probes: Output<List<ProbeArgs>>? = null, resourceGroupName: Output<String>? = null, sku: Output<LoadBalancerSkuArgs>? = null, tags: Output<Map<String, String>>? = null)