C# Class Amazon.EC2.Model.DeleteTagsRequest

Container for the parameters to the DeleteTags operation.

Deletes the specified set of tags from the specified set of resources. This call is designed to follow a DescribeTags request.

For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide .

Inheritance: AmazonEC2Request
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
DeleteTagsRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteTagsRequest ( List resources ) : System

Instantiates DeleteTagsRequest with the parameterized properties

Private Methods

Méthode Description
IsSetResources ( ) : bool
IsSetTags ( ) : bool

Method Details

DeleteTagsRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteTagsRequest ( ) : System
Résultat System

DeleteTagsRequest() public méthode

Instantiates DeleteTagsRequest with the parameterized properties
public DeleteTagsRequest ( List resources ) : System
resources List The ID of the resource. For example, ami-1a2b3c4d. You can specify more than one resource ID.
Résultat System