AWS SDK for .NET Documentation
CreateLoadBalancerRequest Constructor (loadBalancerName, listeners, availabilityZones)
AmazonAmazon.ElasticLoadBalancing.ModelCreateLoadBalancerRequestCreateLoadBalancerRequest(String, List<(Of <<'(Listener>)>>), List<(Of <<'(String>)>>)) Did this page help you?   Yes   No    Tell us about it...
Constructs a new CreateLoadBalancerRequest object. Callers should use the properties or fluent setter (With...) methods to initialize any additional object members.
Declaration Syntax
C#
public CreateLoadBalancerRequest(
	string loadBalancerName,
	List<Listener> listeners,
	List<string> availabilityZones
)
Parameters
loadBalancerName (String)
The name associated with the load balancer. The name must be unique within your set of load balancers.
listeners (List<(Of <(<'Listener>)>)>)
A list of the following tuples: LoadBalancerPort, InstancePort, and Protocol.
availabilityZones (List<(Of <(<'String>)>)>)
A list of Availability Zones. At least one Availability Zone must be specified. Specified Availability Zones must be in the same EC2 Region as the load balancer. Traffic will be equally distributed across all zones. You can later add more Availability Zones after the creation of the load balancer by calling EnableAvailabilityZonesForLoadBalancer action.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)