BackupsOperationsExtensions Class

Definition

Extension methods for BackupsOperations.

public static class BackupsOperationsExtensions
type BackupsOperationsExtensions = class
Public Module BackupsOperationsExtensions
Inheritance
BackupsOperationsExtensions

Methods

BeginClone(IBackupsOperations, String, String, String, CloneRequest, String, String)

Clones the backup element as a new volume.

BeginCloneAsync(IBackupsOperations, String, String, String, CloneRequest, String, String, CancellationToken)

Clones the backup element as a new volume.

BeginDelete(IBackupsOperations, String, String, String, String)

Deletes the backup.

BeginDeleteAsync(IBackupsOperations, String, String, String, String, CancellationToken)

Deletes the backup.

BeginRestore(IBackupsOperations, String, String, String, String)

Restores the backup on the device.

BeginRestoreAsync(IBackupsOperations, String, String, String, String, CancellationToken)

Restores the backup on the device.

Clone(IBackupsOperations, String, String, String, CloneRequest, String, String)

Clones the backup element as a new volume.

CloneAsync(IBackupsOperations, String, String, String, CloneRequest, String, String, CancellationToken)

Clones the backup element as a new volume.

Delete(IBackupsOperations, String, String, String, String)

Deletes the backup.

DeleteAsync(IBackupsOperations, String, String, String, String, CancellationToken)

Deletes the backup.

ListByDevice(IBackupsOperations, String, String, String, ODataQuery<BackupFilter>)

Retrieves all the backups in a device.

ListByDeviceAsync(IBackupsOperations, String, String, String, ODataQuery<BackupFilter>, CancellationToken)

Retrieves all the backups in a device.

ListByDeviceNext(IBackupsOperations, String)

Retrieves all the backups in a device.

ListByDeviceNextAsync(IBackupsOperations, String, CancellationToken)

Retrieves all the backups in a device.

Restore(IBackupsOperations, String, String, String, String)

Restores the backup on the device.

RestoreAsync(IBackupsOperations, String, String, String, String, CancellationToken)

Restores the backup on the device.

Applies to