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

Container for the parameters to the DeleteVolume operation.

Deletes the specified Amazon EBS volume. The volume must be in the available state (not attached to an instance).

NOTE: The volume remains in the deleting state for several minutes.

For more information, see Deleting an Amazon EBS Volume in the Amazon Elastic Compute Cloud User Guide .

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

공개 메소드들

메소드 설명
DeleteVolumeRequest ( ) : System

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

DeleteVolumeRequest ( string volumeId ) : System

Instantiates DeleteVolumeRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetVolumeId ( ) : bool

메소드 상세

DeleteVolumeRequest() 공개 메소드

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

DeleteVolumeRequest() 공개 메소드

Instantiates DeleteVolumeRequest with the parameterized properties
public DeleteVolumeRequest ( string volumeId ) : System
volumeId string The ID of the volume.
리턴 System