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.

Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to RemoveListenerCertificatesAsync.

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

Syntax

C#
public virtual RemoveListenerCertificatesResponse RemoveListenerCertificates(
         RemoveListenerCertificatesRequest request
)

Parameters

request
Type: Amazon.ElasticLoadBalancingV2.Model.RemoveListenerCertificatesRequest

Container for the necessary parameters to execute the RemoveListenerCertificates service method.

Return Value


The response from the RemoveListenerCertificates service method, as returned by ElasticLoadBalancingV2.

Exceptions

ExceptionCondition
ListenerNotFoundException The specified listener does not exist.
OperationNotPermittedException This operation is not allowed.

Version Information

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

See Also