C# Class Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerListenersRequest

Container for the parameters to the DeleteLoadBalancerListeners operation.

Deletes listeners from the LoadBalancer for the specified port.

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Show file Open project: scopely/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteLoadBalancerListenersRequest ( ) : System

Default constructor for a new DeleteLoadBalancerListenersRequest object. Callers should use the properties to initialize this object after creating it.

DeleteLoadBalancerListenersRequest ( string loadBalancerName, List loadBalancerPorts ) : System

Constructs a new DeleteLoadBalancerListenersRequest object. Callers should use the properties initialize any additional object members.

Private Methods

Method Description
IsSetLoadBalancerName ( ) : bool
IsSetLoadBalancerPorts ( ) : bool

Method Details

DeleteLoadBalancerListenersRequest() public method

Default constructor for a new DeleteLoadBalancerListenersRequest object. Callers should use the properties to initialize this object after creating it.
public DeleteLoadBalancerListenersRequest ( ) : System
return System

DeleteLoadBalancerListenersRequest() public method

Constructs a new DeleteLoadBalancerListenersRequest object. Callers should use the properties initialize any additional object members.
public DeleteLoadBalancerListenersRequest ( string loadBalancerName, List loadBalancerPorts ) : System
loadBalancerName string The mnemonic name associated with the load balancer.
loadBalancerPorts List The client port number(s) of the load balancer listener(s) to be removed.
return System