| VolumeSnapshot Methods | 
The VolumeSnapshot type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | DeleteAsync | 
            Deletes a volume snapshot.
             | 
|  | WaitForStatusAsync(SnapshotStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean, CancellationToken) | 
            Waits for the volume to reach the specified status.
             | 
|  | WaitForStatusAsync(IEnumerableSnapshotStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean, CancellationToken) | 
            Waits for the volume to reach the specified status.
             | 
|  | WaitUntilAvailableAsync | 
            Waits the until the snapshot is available.
             | 
|  | WaitUntilDeletedAsync | 
            Waits for the volume to be deleted.
             Treats a 404 NotFound exception as confirmation that it is deleted. | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | Delete | 
            Deletes a volume snapshot.
            (Defined by VolumeSnapshotExtensions_v2_1.) | 
 See Also
See Also