C# Класс Amazon.EC2.Model.CreateTagsRequest

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

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

Метод Описание
CreateTagsRequest ( ) : System

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

CreateTagsRequest ( List resources, List tags ) : System

Instantiates CreateTagsRequest with the parameterized properties

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

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

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

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

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

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

Instantiates CreateTagsRequest with the parameterized properties
public CreateTagsRequest ( List resources, List tags ) : System
resources List The IDs of one or more resources to tag. For example, ami-1a2b3c4d.
tags List One or more tags. The value parameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.
Результат System