Container for the parameters to the DeleteLoadBalancerListeners operation.
Namespace: Amazon.ElasticLoadBalancing.ModelDeletes listeners from the LoadBalancer for the specified port.
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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (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
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..DeleteLoadBalancerListenersRequest