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

Creates one or more listeners on a load balancer for the specified port. If a listener with the given port does not already exist, it will be created; otherwise, the properties of the new listener must match the properties of the existing listener.

For more information, see Add a Listener to Your Load Balancer in the Elastic Load Balancing Developer Guide .

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



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

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

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.)
Listeners
A list of LoadBalancerPort, InstancePort, Protocol, and SSLCertificateId items.

LoadBalancerName
The name of the load balancer.

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

WithListeners(IEnumerable<(Of <<'(Listener>)>>)) Obsolete.
Adds elements to the Listeners collection

WithLoadBalancerName(String) Obsolete.
Sets the LoadBalancerName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateLoadBalancerListenersRequest
See Also

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