C# Class 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 .

Inheritance: AmazonEC2Request
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetVolumeId ( ) : bool

Method Details

DeleteVolumeRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteVolumeRequest ( ) : System
Résultat System

DeleteVolumeRequest() public méthode

Instantiates DeleteVolumeRequest with the parameterized properties
public DeleteVolumeRequest ( string volumeId ) : System
volumeId string The ID of the volume.
Résultat System