AWS SDK for .NET Documentation
EnableAvailabilityZonesForLoadBalancerRequest Class
AmazonAmazon.ElasticLoadBalancing.ModelEnableAvailabilityZonesForLoadBalancerRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the EnableAvailabilityZonesForLoadBalancer operation.

Adds one or more EC2 Availability Zones to the load balancer.

The load balancer evenly distributes requests across all its registered Availability Zones that contain instances.

NOTE: The new EC2 Availability Zones to be added must be in the same EC2 Region as the Availability Zones for which the load balancer was created.

For more information, see Expand a Load Balanced Application to an Additional Availability Zone in the Elastic Load Balancing Developer Guide .

Declaration Syntax
C#
public class EnableAvailabilityZonesForLoadBalancerRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
EnableAvailabilityZonesForLoadBalancerRequest()()()()
Default constructor for a new EnableAvailabilityZonesForLoadBalancerRequest object. Callers should use the properties or fluent setter (With...) methods to initialize this object after creating it.

EnableAvailabilityZonesForLoadBalancerRequest(String, List<(Of <<'(String>)>>))
Constructs a new EnableAvailabilityZonesForLoadBalancerRequest object. Callers should use the properties or fluent setter (With...) methods to initialize any additional object members.

AvailabilityZones
A list of new Availability Zones for the load balancer. Each Availability Zone must be in the same region as the load balancer.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
LoadBalancerName
The name associated with the load balancer.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAvailabilityZones(array<String>[]()[][]) Obsolete.
Adds elements to the AvailabilityZones collection

WithAvailabilityZones(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the AvailabilityZones collection

WithLoadBalancerName(String) Obsolete.
Sets the LoadBalancerName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 EnableAvailabilityZonesForLoadBalancerRequest
See Also

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