Click or drag to resize
Volume Methods

The Volume type exposes the following members.

Methods
  NameDescription
Public methodDeleteAsync
Deletes a volume.
Public methodSnapshotAsync
Snapshots a volume.
Public methodWaitForStatusAsync(VolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean, CancellationToken)
Waits for the volume to reach the specified status.
Public methodWaitForStatusAsync(IEnumerableVolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean, CancellationToken)
Waits for the volume to reach the specified status.
Public methodWaitUntilAvailableAsync
Waits the until the volume is available.
Public methodWaitUntilDeletedAsync
Waits for the volume to be deleted.

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

Top
Extension Methods
  NameDescription
Public Extension MethodDelete
Deletes a volume.
(Defined by VolumeExtensions_v2_1.)
Public Extension MethodSnapshot
Snapshots a volume.
(Defined by VolumeExtensions_v2_1.)
Public Extension MethodWaitForStatus(VolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean)Overloaded.
Waits for the volume to reach the specified status.
(Defined by VolumeExtensions_v2_1.)
Public Extension MethodWaitForStatus(IEnumerableVolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean)Overloaded.
Waits for the volume to reach the specified status.
(Defined by VolumeExtensions_v2_1.)
Public Extension MethodWaitUntilAvailable
Waits the until the volume is available.
(Defined by VolumeExtensions_v2_1.)
Public Extension MethodWaitUntilDeleted
Waits for the volume to be deleted.

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

(Defined by VolumeExtensions_v2_1.)
Top
See Also