Amazon.ElasticLoadBalancingV2.AmazonElasticLoadBalancingV2Client.RemoveTags C# (CSharp) Method

RemoveTags() public method

Removes the specified tags from the specified resource.

To list the current tags for your resources, use DescribeTags.

/// The specified listener does not exist. /// /// The specified load balancer does not exist. /// /// The specified rule does not exist. /// /// The specified target group does not exist. /// /// You've reached the limit on the number of tags per load balancer. ///
public RemoveTags ( RemoveTagsRequest request ) : RemoveTagsResponse
request Amazon.ElasticLoadBalancingV2.Model.RemoveTagsRequest Container for the necessary parameters to execute the RemoveTags service method.
return RemoveTagsResponse
        public RemoveTagsResponse RemoveTags(RemoveTagsRequest request)
        {
            var marshaller = new RemoveTagsRequestMarshaller();
            var unmarshaller = RemoveTagsResponseUnmarshaller.Instance;

            return Invoke<RemoveTagsRequest,RemoveTagsResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticLoadBalancingV2Client