Freigeben über


BackupsOperationsExtensions Klasse

Definition

Erweiterungsmethoden für BackupsOperations.

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

Methoden

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

Klont das Sicherungselement als neues Volume.

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

Klont das Sicherungselement als neues Volume.

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

Löscht die Sicherung.

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

Löscht die Sicherung.

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

Stellt die Sicherung auf dem Gerät wieder her.

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

Stellt die Sicherung auf dem Gerät wieder her.

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

Klont das Sicherungselement als neues Volume.

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

Klont das Sicherungselement als neues Volume.

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

Löscht die Sicherung.

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

Löscht die Sicherung.

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

Ruft alle Sicherungen auf einem Gerät ab.

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

Ruft alle Sicherungen auf einem Gerät ab.

ListByDeviceNext(IBackupsOperations, String)

Ruft alle Sicherungen auf einem Gerät ab.

ListByDeviceNextAsync(IBackupsOperations, String, CancellationToken)

Ruft alle Sicherungen auf einem Gerät ab.

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

Stellt die Sicherung auf dem Gerät wieder her.

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

Stellt die Sicherung auf dem Gerät wieder her.

Gilt für: