IBackupsOperations Interface

Definition

BackupsOperations operations.

public interface IBackupsOperations
type IBackupsOperations = interface
Public Interface IBackupsOperations

Methods

BeginCloneWithHttpMessagesAsync(String, String, String, CloneRequest, String, String, Dictionary<String,List<String>>, CancellationToken)

Clones the backup element as a new volume.

BeginDeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the backup.

BeginRestoreWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Restores the backup on the device.

CloneWithHttpMessagesAsync(String, String, String, CloneRequest, String, String, Dictionary<String,List<String>>, CancellationToken)

Clones the backup element as a new volume.

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the backup.

ListByDeviceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves all the backups in a device.

ListByDeviceWithHttpMessagesAsync(String, String, String, ODataQuery<BackupFilter>, Dictionary<String,List<String>>, CancellationToken)

Retrieves all the backups in a device.

RestoreWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Restores the backup on the device.

Extension 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