C# 클래스 Amazon.EC2.Model.Tag

Describes a tag.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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