Freigeben über


DatastoresOperationsExtensions.BeginDeleteAsync Methode

Definition

Löschen eines Datenspeichers in einem privaten Cloudcluster

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

Parameter

operations
IDatastoresOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

privateCloudName
String

Name der privaten Cloud

clusterName
String

Name des Clusters in der privaten Cloud

datastoreName
String

Name des Datenspeichers im Privaten Cloudcluster

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: