AWS SDK Version 2 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.

.NET Framework 3.5
 
Deletes the specified load balancer.

If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to back-end instances.

If the load balancer does not exist or has already been deleted, the call to DeleteLoadBalancer still succeeds.

Namespace: Amazon.ElasticLoadBalancing
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract DeleteLoadBalancerResponse DeleteLoadBalancer(
         DeleteLoadBalancerRequest request
)

Parameters

request
Type: Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerRequest

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

Return Value
Type: Amazon.ElasticLoadBalancing.Model.DeleteLoadBalancerResponse
The response from the DeleteLoadBalancer service method, as returned by ElasticLoadBalancing.

Version Information

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