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

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

공개 메소드들

메소드 설명
DeleteSnapshotRequest ( ) : System

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

DeleteSnapshotRequest ( string snapshotId ) : System

Instantiates DeleteSnapshotRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetSnapshotId ( ) : bool

메소드 상세

DeleteSnapshotRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteSnapshotRequest ( ) : System
리턴 System

DeleteSnapshotRequest() 공개 메소드

Instantiates DeleteSnapshotRequest with the parameterized properties
public DeleteSnapshotRequest ( string snapshotId ) : System
snapshotId string The ID of the EBS snapshot.
리턴 System