AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Describes the attributes for the specified load balancer.
For .NET Core this operation is only available in asynchronous form. Please refer to DescribeLoadBalancerAttributesAsync.
Namespace: Amazon.ElasticLoadBalancing
Assembly: AWSSDK.ElasticLoadBalancing.dll
Version: 3.x.y.z
public abstract DescribeLoadBalancerAttributesResponse DescribeLoadBalancerAttributes( DescribeLoadBalancerAttributesRequest request )
Container for the necessary parameters to execute the DescribeLoadBalancerAttributes service method.
Exception | Condition |
---|---|
AccessPointNotFoundException | The specified load balancer does not exist. |
LoadBalancerAttributeNotFoundException | The specified load balancer attribute does not exist. |
This example describes the attributes of the specified load balancer.
var client = new AmazonElasticLoadBalancingClient(); var response = client.DescribeLoadBalancerAttributes(new DescribeLoadBalancerAttributesRequest { LoadBalancerName = "my-load-balancer" }); LoadBalancerAttributes loadBalancerAttributes = response.LoadBalancerAttributes;
.NET Framework:
Supported in: 4.5 and newer, 3.5