Container for the parameters to the DeregisterInstancesFromLoadBalancer operation.
Namespace: Amazon.ElasticLoadBalancing.ModelDeregisters instances from the LoadBalancer. Once the instance is deregistered, it will stop receiving traffic from the LoadBalancer.
In order to successfully call this API, the same account credentials as those used to create the LoadBalancer must be provided.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeregisterInstancesFromLoadBalancerRequest : AmazonWebServiceRequest
Public Class DeregisterInstancesFromLoadBalancerRequest _ Inherits AmazonWebServiceRequest
public ref class DeregisterInstancesFromLoadBalancerRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeregisterInstancesFromLoadBalancerRequest()()()() |
Default constructor for a new DeregisterInstancesFromLoadBalancerRequest object. Callers should use the
properties or fluent setter (With...) methods to initialize this object after creating it.
| |
| DeregisterInstancesFromLoadBalancerRequest(String, List<(Of <<'(Instance>)>>)) |
Constructs a new DeregisterInstancesFromLoadBalancerRequest 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.) | |
| Instances |
A list of EC2 instance IDs consisting of all instances to be deregistered.
| |
| LoadBalancerName |
The name associated with the LoadBalancer. The name must be unique within the client AWS account.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithInstances(array<Instance>[]()[][]) |
Adds elements to the Instances collection
| |
| WithInstances(IEnumerable<(Of <<'(Instance>)>>)) |
Adds elements to the Instances collection
| |
| WithLoadBalancerName(String) |
Sets the LoadBalancerName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..DeregisterInstancesFromLoadBalancerRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..DeregisterInstancesFromLoadBalancerRequest