AWS SDK for .NET Documentation
DeleteLoadBalancerRequest Class
AmazonAmazon.ElasticLoadBalancing.ModelDeleteLoadBalancerRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DeleteLoadBalancer operation.

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.

Declaration Syntax
C#
public class DeleteLoadBalancerRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteLoadBalancerRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)