Volume Methods |
The Volume type exposes the following members.
Name | Description | |
---|---|---|
DeleteAsync |
Deletes a volume.
| |
SnapshotAsync |
Snapshots a volume.
| |
WaitForStatusAsync(VolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean, CancellationToken) |
Waits for the volume to reach the specified status.
| |
WaitForStatusAsync(IEnumerableVolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean, CancellationToken) |
Waits for the volume to reach the specified status.
| |
WaitUntilAvailableAsync |
Waits the until the volume is available.
| |
WaitUntilDeletedAsync |
Waits for the volume to be deleted.
Treats a 404 NotFound exception as confirmation that it is deleted. |
Name | Description | |
---|---|---|
Delete |
Deletes a volume.
(Defined by VolumeExtensions_v2_1.) | |
Snapshot |
Snapshots a volume.
(Defined by VolumeExtensions_v2_1.) | |
WaitForStatus(VolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean) | Overloaded.
Waits for the volume to reach the specified status.
(Defined by VolumeExtensions_v2_1.) | |
WaitForStatus(IEnumerableVolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean) | Overloaded.
Waits for the volume to reach the specified status.
(Defined by VolumeExtensions_v2_1.) | |
WaitUntilAvailable |
Waits the until the volume is available.
(Defined by VolumeExtensions_v2_1.) | |
WaitUntilDeleted |
Waits for the volume to be deleted.
(Defined by VolumeExtensions_v2_1.)Treats a 404 NotFound exception as confirmation that it is deleted. |