C# Class Amazon.ElasticLoadBalancing.Model.AddTagsRequest

Container for the parameters to the AddTags operation. Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.

Each tag consists of a key and an optional value. If a tag with the same key is already associated with the load balancer, AddTags updates its value.

For more information, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.

Inheritance: AmazonElasticLoadBalancingRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetLoadBalancerNames ( ) : bool
IsSetTags ( ) : bool