Container for the parameters to the DeleteLoadBalancerListeners operation.

Deletes listeners from the LoadBalancer for the specified port.

Namespace: Amazon.ElasticLoadBalancing.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DeleteLoadBalancerListenersRequest : AmazonWebServiceRequest
Public Class DeleteLoadBalancerListenersRequest _
	Inherits AmazonWebServiceRequest
public ref class DeleteLoadBalancerListenersRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DeleteLoadBalancerListenersRequest()()()()
Default constructor for a new DeleteLoadBalancerListenersRequest object. Callers should use the properties or fluent setter (With...) methods to initialize this object after creating it.
DeleteLoadBalancerListenersRequest(String, List<(Of <<'(Int32>)>>))
Constructs a new DeleteLoadBalancerListenersRequest 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.)
LoadBalancerName
The mnemonic name associated with the LoadBalancer.
LoadBalancerPorts
The client port number(s) of the LoadBalancerListener(s) to be removed.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithLoadBalancerName(String)
Sets the LoadBalancerName property
WithLoadBalancerPorts(IEnumerable<(Of <<'(Int32>)>>))
Adds elements to the LoadBalancerPorts collection
WithLoadBalancerPorts(array<Int32>[]()[][])
Adds elements to the LoadBalancerPorts collection

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElasticLoadBalancing.Model..::..DeleteLoadBalancerListenersRequest

See Also