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 DeleteLoadBalancer operation. 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 your instances.
If the load balancer does not exist or has already been deleted, the call to DeleteLoadBalancer
still succeeds.
Namespace: Amazon.ElasticLoadBalancing.Model
Assembly: AWSSDK.ElasticLoadBalancing.dll
Version: 3.x.y.z
public class DeleteLoadBalancerRequest : AmazonElasticLoadBalancingRequest IAmazonWebServiceRequest
The DeleteLoadBalancerRequest type exposes the following members
Name | Description | |
---|---|---|
DeleteLoadBalancerRequest() |
Empty constructor used to set properties independently even when a simple constructor is available |
|
DeleteLoadBalancerRequest(string) |
Instantiates DeleteLoadBalancerRequest with the parameterized properties |
Name | Type | Description | |
---|---|---|---|
LoadBalancerName | System.String |
Gets and sets the property LoadBalancerName. The name of the load balancer. |
This example deletes the specified load balancer.
var client = new AmazonElasticLoadBalancingClient(); var response = client.DeleteLoadBalancer(new DeleteLoadBalancerRequest { LoadBalancerName = "my-load-balancer" });
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5