Click or drag to resize
VolumeExtensions_v2_1 Methods

The VolumeExtensions_v2_1 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDelete
Deletes a volume.
Public methodStatic memberSnapshot
Snapshots a volume.
Public methodStatic memberWaitForStatus(Volume, VolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean)
Waits for the volume to reach the specified status.
Public methodStatic memberWaitForStatus(Volume, IEnumerableVolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean)
Waits for the volume to reach the specified status.
Public methodStatic memberWaitUntilAvailable
Waits the until the volume is available.
Public methodStatic memberWaitUntilDeleted
Waits for the volume to be deleted.

Treats a 404 NotFound exception as confirmation that it is deleted.

Top
See Also