Freigeben über


SnapshotsOperationsExtensions.RevokeAccessAsync Methode

Definition

Widerruft den Zugriff auf eine Momentaufnahme.

public static System.Threading.Tasks.Task RevokeAccessAsync (this Microsoft.Azure.Management.Compute.ISnapshotsOperations operations, string resourceGroupName, string snapshotName, System.Threading.CancellationToken cancellationToken = default);
static member RevokeAccessAsync : Microsoft.Azure.Management.Compute.ISnapshotsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RevokeAccessAsync (operations As ISnapshotsOperations, resourceGroupName As String, snapshotName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
ISnapshotsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

snapshotName
String

Der Name des Momentaufnahme, der erstellt wird. Der Name kann nicht geändert werden, nachdem die Momentaufnahme erstellt wurde. Unterstützte Zeichen für den Namen sind a-z, A-Z, 0-9, _ und -. Die maximale Namenslänge beträgt 80 Zeichen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: