AWS SDK Version 3 for .NET
API Reference

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.

Container for the parameters to the DescribeLoadBalancerAttributes operation. Describes the attributes for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.

For more information, see the following:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticLoadBalancingV2.AmazonElasticLoadBalancingV2Request
      Amazon.ElasticLoadBalancingV2.Model.DescribeLoadBalancerAttributesRequest

Namespace: Amazon.ElasticLoadBalancingV2.Model
Assembly: AWSSDK.ElasticLoadBalancingV2.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeLoadBalancerAttributesRequest : AmazonElasticLoadBalancingV2Request
         IAmazonWebServiceRequest

The DescribeLoadBalancerAttributesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property LoadBalancerArn System.String

Gets and sets the property LoadBalancerArn.

The Amazon Resource Name (ARN) of the load balancer.

Examples

This example describes the attributes of the specified load balancer.

To describe load balancer attributes


var client = new AmazonElasticLoadBalancingV2Client();
var response = client.DescribeLoadBalancerAttributes(new DescribeLoadBalancerAttributesRequest 
{
    LoadBalancerArn = "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188"
});

List<LoadBalancerAttribute> attributes = response.Attributes;

            

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5