LoadBalancingAliases.

DeregisterLoadBalancerInstance(ICakeContext, string, LoadBalancingSettings) Method

Summary

Removes instances from the load balancer. Once the instance is deregistered, it will stop receiving traffic from the load balancer.

Syntax

public static Task<bool> DeregisterLoadBalancerInstance(this ICakeContext context, string loadBalancer, LoadBalancingSettings settings)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The cake context.
loadBalancer string The name associated with the load balancer.
settings LoadBalancingSettings The LoadBalancingSettings used during the request to AWS.

Return Value

Type Description
Task<bool>