Deletes the specified LoadBalancer.
If attempting to recreate the LoadBalancer, the client must reconfigure all the settings. The DNS name associated with a deleted LoadBalancer will no longer be usable. Once deleted, the name and associated DNS record of the LoadBalancer no longer exist and traffic sent to any of its IP addresses will no longer be delivered to client instances. The client will not receive the same DNS name even if a new LoadBalancer with same LoadBalancerName is created.
To successfully call this API, the client must provide the same account credentials as were used to create the LoadBalancer.
NOTE: By design, if the LoadBalancer does not exist or has already been deleted, DeleteLoadBalancer still succeeds.
| C# |
public class DeleteLoadBalancerRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DeleteLoadBalancerRequest()()()() |
Default constructor for a new DeleteLoadBalancerRequest object. Callers should use the
properties or fluent setter (With...) methods to initialize this object after creating it.
| |
| DeleteLoadBalancerRequest(String) |
Constructs a new DeleteLoadBalancerRequest object.
Callers should use the properties or fluent setter (With...) methods to
initialize any additional object members.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| LoadBalancerName |
The name associated with the LoadBalancer. The name must be unique within the client AWS account.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithLoadBalancerName(String) |
Sets the LoadBalancerName property
|
| Object | ||
| AmazonWebServiceRequest | ||
| DeleteLoadBalancerRequest | ||