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

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

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

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

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

Tag ( string key ) : System

Instantiates Tag with the parameterized properties

Tag ( string key, string value ) : System

Instantiates Tag with the parameterized properties

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

Метод Описание
IsSetKey ( ) : bool
IsSetValue ( ) : bool

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

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

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

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

Instantiates Tag with the parameterized properties
public Tag ( string key ) : System
key string The key of the tag. Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:
Результат System

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

Instantiates Tag with the parameterized properties
public Tag ( string key, string value ) : System
key string The key of the tag. Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:
value string The value of the tag. Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.
Результат System