C# Класс 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 .

Наследование: AmazonEC2Request
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetResources ( ) : bool
IsSetTags ( ) : bool

Описание методов

DeleteTagsRequest() публичный метод

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteTagsRequest ( ) : System
Результат System

DeleteTagsRequest() публичный метод

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.
Результат System