Freigeben über


ISnapshotsOperations Schnittstelle

Definition

MomentaufnahmenOperationsvorgänge.

public interface ISnapshotsOperations
type ISnapshotsOperations = interface
Public Interface ISnapshotsOperations

Methoden

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, Snapshot, Dictionary<String,List<String>>, CancellationToken)

Erstellt oder aktualisiert einen Momentaufnahme.

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

Löscht einen Momentaufnahme.

BeginGrantAccessWithHttpMessagesAsync(String, String, GrantAccessData, Dictionary<String,List<String>>, CancellationToken)

Gewährt Zugriff auf eine Momentaufnahme.

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

Widerruft den Zugriff auf eine Momentaufnahme.

BeginUpdateWithHttpMessagesAsync(String, String, SnapshotUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates (Patches) eine Momentaufnahme.

CreateOrUpdateWithHttpMessagesAsync(String, String, Snapshot, Dictionary<String,List<String>>, CancellationToken)

Erstellt oder aktualisiert einen Momentaufnahme.

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

Löscht einen Momentaufnahme.

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

Ruft Informationen zu einem Momentaufnahme ab.

GrantAccessWithHttpMessagesAsync(String, String, GrantAccessData, Dictionary<String,List<String>>, CancellationToken)

Gewährt Zugriff auf eine Momentaufnahme.

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

Listet Momentaufnahmen unter einer Ressourcengruppe auf.

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

Listet Momentaufnahmen unter einer Ressourcengruppe auf.

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

Listet Momentaufnahmen unter einem Abonnement auf.

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

Listet Momentaufnahmen unter einem Abonnement auf.

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

Widerruft den Zugriff auf eine Momentaufnahme.

UpdateWithHttpMessagesAsync(String, String, SnapshotUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates (Patches) eine Momentaufnahme.

Erweiterungsmethoden

BeginCreateOrUpdate(ISnapshotsOperations, String, String, Snapshot)

Erstellt oder aktualisiert einen Momentaufnahme.

BeginCreateOrUpdateAsync(ISnapshotsOperations, String, String, Snapshot, CancellationToken)

Erstellt oder aktualisiert einen Momentaufnahme.

BeginDelete(ISnapshotsOperations, String, String)

Löscht einen Momentaufnahme.

BeginDeleteAsync(ISnapshotsOperations, String, String, CancellationToken)

Löscht einen Momentaufnahme.

BeginGrantAccess(ISnapshotsOperations, String, String, GrantAccessData)

Gewährt Zugriff auf eine Momentaufnahme.

BeginGrantAccessAsync(ISnapshotsOperations, String, String, GrantAccessData, CancellationToken)

Gewährt Zugriff auf eine Momentaufnahme.

BeginRevokeAccess(ISnapshotsOperations, String, String)

Widerruft den Zugriff auf eine Momentaufnahme.

BeginRevokeAccessAsync(ISnapshotsOperations, String, String, CancellationToken)

Widerruft den Zugriff auf eine Momentaufnahme.

BeginUpdate(ISnapshotsOperations, String, String, SnapshotUpdate)

Updates (Patches) eine Momentaufnahme.

BeginUpdateAsync(ISnapshotsOperations, String, String, SnapshotUpdate, CancellationToken)

Updates (Patches) eine Momentaufnahme.

CreateOrUpdate(ISnapshotsOperations, String, String, Snapshot)

Erstellt oder aktualisiert einen Momentaufnahme.

CreateOrUpdateAsync(ISnapshotsOperations, String, String, Snapshot, CancellationToken)

Erstellt oder aktualisiert einen Momentaufnahme.

Delete(ISnapshotsOperations, String, String)

Löscht einen Momentaufnahme.

DeleteAsync(ISnapshotsOperations, String, String, CancellationToken)

Löscht einen Momentaufnahme.

Get(ISnapshotsOperations, String, String)

Ruft Informationen zu einem Momentaufnahme ab.

GetAsync(ISnapshotsOperations, String, String, CancellationToken)

Ruft Informationen zu einem Momentaufnahme ab.

GrantAccess(ISnapshotsOperations, String, String, GrantAccessData)

Gewährt Zugriff auf eine Momentaufnahme.

GrantAccessAsync(ISnapshotsOperations, String, String, GrantAccessData, CancellationToken)

Gewährt Zugriff auf eine Momentaufnahme.

List(ISnapshotsOperations)

Listet Momentaufnahmen unter einem Abonnement auf.

ListAsync(ISnapshotsOperations, CancellationToken)

Listet Momentaufnahmen unter einem Abonnement auf.

ListByResourceGroup(ISnapshotsOperations, String)

Listet Momentaufnahmen unter einer Ressourcengruppe auf.

ListByResourceGroupAsync(ISnapshotsOperations, String, CancellationToken)

Listet Momentaufnahmen unter einer Ressourcengruppe auf.

ListByResourceGroupNext(ISnapshotsOperations, String)

Listet Momentaufnahmen unter einer Ressourcengruppe auf.

ListByResourceGroupNextAsync(ISnapshotsOperations, String, CancellationToken)

Listet Momentaufnahmen unter einer Ressourcengruppe auf.

ListNext(ISnapshotsOperations, String)

Listet Momentaufnahmen unter einem Abonnement auf.

ListNextAsync(ISnapshotsOperations, String, CancellationToken)

Listet Momentaufnahmen unter einem Abonnement auf.

RevokeAccess(ISnapshotsOperations, String, String)

Widerruft den Zugriff auf eine Momentaufnahme.

RevokeAccessAsync(ISnapshotsOperations, String, String, CancellationToken)

Widerruft den Zugriff auf eine Momentaufnahme.

Update(ISnapshotsOperations, String, String, SnapshotUpdate)

Updates (Patches) eine Momentaufnahme.

UpdateAsync(ISnapshotsOperations, String, String, SnapshotUpdate, CancellationToken)

Updates (Patches) eine Momentaufnahme.

Gilt für: