ISnapshotsOperations Schnittstelle

Definition

SnapshotsOperations-Vorgänge.

public interface ISnapshotsOperations
type ISnapshotsOperations = interface
Public Interface ISnapshotsOperations

Methoden

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

Erstellt oder aktualisiert eine 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) ein Momentaufnahme.

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

Erstellt oder aktualisiert eine 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) ein Momentaufnahme.

Erweiterungsmethoden

BeginCreateOrUpdateAsync(ISnapshotsOperations, String, String, SnapshotInner, CancellationToken)

Erstellt oder aktualisiert eine Momentaufnahme.

BeginDeleteAsync(ISnapshotsOperations, String, String, CancellationToken)

Löscht einen Momentaufnahme.

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

Gewährt Zugriff auf eine Momentaufnahme.

BeginRevokeAccessAsync(ISnapshotsOperations, String, String, CancellationToken)

Widerruft den Zugriff auf eine Momentaufnahme.

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

Updates (patches) ein Momentaufnahme.

CreateOrUpdateAsync(ISnapshotsOperations, String, String, SnapshotInner, CancellationToken)

Erstellt oder aktualisiert eine Momentaufnahme.

DeleteAsync(ISnapshotsOperations, String, String, CancellationToken)

Löscht einen Momentaufnahme.

GetAsync(ISnapshotsOperations, String, String, CancellationToken)

Ruft Informationen zu einem Momentaufnahme ab.

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

Gewährt Zugriff auf eine Momentaufnahme.

ListAsync(ISnapshotsOperations, CancellationToken)

Listet Momentaufnahmen unter einem Abonnement auf.

ListByResourceGroupAsync(ISnapshotsOperations, String, CancellationToken)

Listet Momentaufnahmen unter einer Ressourcengruppe auf.

ListByResourceGroupNextAsync(ISnapshotsOperations, String, CancellationToken)

Listet Momentaufnahmen unter einer Ressourcengruppe auf.

ListNextAsync(ISnapshotsOperations, String, CancellationToken)

Listet Momentaufnahmen unter einem Abonnement auf.

RevokeAccessAsync(ISnapshotsOperations, String, String, CancellationToken)

Widerruft den Zugriff auf eine Momentaufnahme.

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

Updates (patches) ein Momentaufnahme.

Gilt für: