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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

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