This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.AWS.ElasticLoadBalancing.
                            
	
		Summary
            Specifies the endpoints available to AWS clients.
            
		- Assembly
 - Cake
.AWS . Elastic Load Balancing .dll  - Namespace
 - Cake
.AWS . Elastic Load Balancing  - Containing Type
 - Load
Balancing Settings Extensions  
Syntax
public static LoadBalancingSettings SetRegion(this LoadBalancingSettings settings, RegionEndpoint region)
	Parameters
| Name | Type | Description | 
|---|---|---|
| settings | Load | 
						The LoadBalancing settings. | 
| region | RegionEndpoint | The endpoints available to AWS clients. | 
Return Value
| Type | Description | 
|---|---|
| Load | 
					The same LoadBalancingSettings instance so that multiple calls can be chained. | 
				
