AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DeleteListener operation. Deletes the specified listener.

Alternatively, your listener is deleted when you delete the load balancer to which it is attached.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticLoadBalancingV2.AmazonElasticLoadBalancingV2Request
      Amazon.ElasticLoadBalancingV2.Model.DeleteListenerRequest

Namespace: Amazon.ElasticLoadBalancingV2.Model
Assembly: AWSSDK.ElasticLoadBalancingV2.dll
Version: 3.x.y.z

Syntax

C#
public class DeleteListenerRequest : AmazonElasticLoadBalancingV2Request
         IAmazonWebServiceRequest

The DeleteListenerRequest type exposes the following members

Constructors

NameDescription
Public Method DeleteListenerRequest()

Properties

NameTypeDescription
Public Property ListenerArn System.String

Gets and sets the property ListenerArn.

The Amazon Resource Name (ARN) of the listener.

Examples

This example deletes the specified listener.

To delete a listener


var client = new AmazonElasticLoadBalancingV2Client();
var response = client.DeleteListener(new DeleteListenerRequest 
{
    ListenerArn = "arn:aws:elasticloadbalancing:ua-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2"
});


            

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5