Freigeben über


RestorePointCollectionsOperationsExtensions.BeginDeleteAsync Methode

Definition

Der Vorgang zum Löschen der Wiederherstellungspunktsammlung. Bei diesem Vorgang werden auch alle enthaltenen Wiederherstellungspunkte gelöscht.

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

Parameter

operations
IRestorePointCollectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

restorePointCollectionName
String

Der Name der Wiederherstellungspunktauflistung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: