Freigeben über


SnapshotsOperationsExtensions Klasse

Definition

Erweiterungsmethoden für SnapshotsOperations.

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

Methoden

BeginCreateOrUpdate(ISnapshotsOperations, String, String, Snapshot)

Erstellt oder aktualisiert eine Momentaufnahme.

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

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

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

Updates (patches) ein Momentaufnahme.

CreateOrUpdate(ISnapshotsOperations, String, String, Snapshot)

Erstellt oder aktualisiert eine Momentaufnahme.

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

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

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

Updates (patches) ein Momentaufnahme.

Gilt für: