C# 클래스 Amazon.RDS.Model.DeleteDBSnapshotRequest

Container for the parameters to the DeleteDBSnapshot operation. Deletes a DBSnapshot. If the snapshot is being copied, the copy operation is terminated.

The DBSnapshot must be in the available state to be deleted.

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

공개 메소드들

메소드 설명
DeleteDBSnapshotRequest ( ) : System

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

DeleteDBSnapshotRequest ( string dbSnapshotIdentifier ) : System

Instantiates DeleteDBSnapshotRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetDBSnapshotIdentifier ( ) : bool

메소드 상세

DeleteDBSnapshotRequest() 공개 메소드

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

DeleteDBSnapshotRequest() 공개 메소드

Instantiates DeleteDBSnapshotRequest with the parameterized properties
public DeleteDBSnapshotRequest ( string dbSnapshotIdentifier ) : System
dbSnapshotIdentifier string The DBSnapshot identifier. Constraints: Must be the name of an existing DB snapshot in the available state.
리턴 System