Amazon.ElasticLoadBalancing.AmazonElasticLoadBalancingClient.AddTags C# (CSharp) Метод

AddTags() публичный Метод

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.

/// The specified load balancer does not exist. /// /// A tag key was specified more than once. /// /// The quota for the number of tags that can be assigned to a load balancer has been /// reached. ///
public AddTags ( AddTagsRequest request ) : Amazon.ElasticLoadBalancing.Model.AddTagsResponse
request Amazon.ElasticLoadBalancing.Model.AddTagsRequest Container for the necessary parameters to execute the AddTags service method.
Результат Amazon.ElasticLoadBalancing.Model.AddTagsResponse
        public AddTagsResponse AddTags(AddTagsRequest request)
        {
            var marshaller = new AddTagsRequestMarshaller();
            var unmarshaller = AddTagsResponseUnmarshaller.Instance;

            return Invoke<AddTagsRequest,AddTagsResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticLoadBalancingClient