Freigeben über


TableResourcesOperationsExtensions.DeleteTableAsync Methode

Definition

Löscht eine vorhandene Azure Cosmos DB-Tabelle.

public static System.Threading.Tasks.Task DeleteTableAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ITableResourcesOperations operations, string resourceGroupName, string accountName, string tableName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteTableAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ITableResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteTableAsync (operations As ITableResourcesOperations, resourceGroupName As String, accountName As String, tableName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
ITableResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

accountName
String

Name des Cosmos DB-Datenbankkontos.

tableName
String

Cosmos DB-Tabellenname.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: