Describes an Elastic Load Balancing instance.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ElasticLoadBalancer
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ElasticLoadBalancer()()()() | Initializes a new instance of the ElasticLoadBalancer class | 
|  | AvailabilityZones | 
            Gets and sets the property AvailabilityZones. 
             A list of Availability Zones. | 
|  | DnsName | 
            Gets and sets the property DnsName. 
             The instance's public DNS name. | 
|  | Ec2InstanceIds | 
            Gets and sets the property Ec2InstanceIds. 
             A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for. | 
|  | ElasticLoadBalancerName | 
            Gets and sets the property ElasticLoadBalancerName. 
             The Elastic Load Balancing instance's name. | 
|  | Equals(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.) | 
|  | LayerId | 
            Gets and sets the property LayerId. 
             The ID of the layer that the instance is attached to. | 
|  | Region | 
            Gets and sets the property Region. 
             The instance's AWS region. | 
|  | StackId | 
            Gets and sets the property StackId. 
             The ID of the stack that the instance is associated with. | 
|  | SubnetIds | 
            Gets and sets the property SubnetIds. 
             A list of subnet IDs, if the stack is running in a VPC. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcId | 
            Gets and sets the property VpcId. 
             The VPC ID. | 
|  | WithAvailabilityZones(array<String>[]()[][]) | Obsolete. 
            Sets the AvailabilityZones property
             | 
|  | WithAvailabilityZones(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the AvailabilityZones property
             | 
|  | WithDnsName(String) | Obsolete. 
            Sets the DnsName property
             | 
|  | WithEc2InstanceIds(array<String>[]()[][]) | Obsolete. 
            Sets the Ec2InstanceIds property
             | 
|  | WithEc2InstanceIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the Ec2InstanceIds property
             | 
|  | WithElasticLoadBalancerName(String) | Obsolete. 
            Sets the ElasticLoadBalancerName property
             | 
|  | WithLayerId(String) | Obsolete. 
            Sets the LayerId property
             | 
|  | WithRegion(String) | Obsolete. 
            Sets the Region property
             | 
|  | WithStackId(String) | Obsolete. 
            Sets the StackId property
             | 
|  | WithSubnetIds(array<String>[]()[][]) | Obsolete. 
            Sets the SubnetIds property
             | 
|  | WithSubnetIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the SubnetIds property
             | 
|  | WithVpcId(String) | Obsolete. 
            Sets the VpcId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ElasticLoadBalancer |