Click or drag to resize
VolumeSnapshot Methods

The VolumeSnapshot type exposes the following members.

Methods
  NameDescription
Public methodDeleteAsync
Deletes a volume snapshot.
Public methodWaitForStatusAsync(SnapshotStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean, CancellationToken)
Waits for the volume to reach the specified status.
Public methodWaitForStatusAsync(IEnumerableSnapshotStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean, CancellationToken)
Waits for the volume to reach the specified status.
Public methodWaitUntilAvailableAsync
Waits the until the snapshot 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 snapshot.
(Defined by VolumeSnapshotExtensions_v2_1.)
Top
See Also