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

C# |
public class DeleteVolumeRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DeleteVolumeRequest()()()() | Initializes a new instance of the DeleteVolumeRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetVolumeId()()()() |
Checks if VolumeId property is set
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VolumeId |
The ID of the volume to delete.
|
![]() | WithVolumeId(String) | Obsolete.
Sets the ID of the volume to delete.
|

Object | ||
![]() | EC2Request | |
![]() | DeleteVolumeRequest |