AWS SDK for .NET Documentation
DeleteTagsRequest Class
AmazonAmazon.AutoScaling.ModelDeleteTagsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DeleteTags operation.

Removes the specified tags or a set of tags from a set of resources.

Declaration Syntax
C#
public class DeleteTagsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteTagsRequest()()()()
Initializes a new instance of the DeleteTagsRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Tags
Each tag should be defined by its resource type, resource ID, key, value, and a propagate flag. Valid values are: Resource type = auto-scaling-group, Resource ID = AutoScalingGroupName, key=value, value=value, propagate=true or false.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithTags(array<Tag>[]()[][]) Obsolete.
Adds elements to the Tags collection

WithTags(IEnumerable<(Of <<'(Tag>)>>)) Obsolete.
Adds elements to the Tags collection

Inheritance Hierarchy
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)