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

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

공개 메소드들

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