Freigeben über


SqlResourcesOperationsExtensions.DeleteSqlStoredProcedureAsync Methode

Definition

Löscht eine vorhandene Azure Cosmos DB SQL storedProcedure.

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

Parameter

operations
ISqlResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

accountName
String

Name des Cosmos DB-Datenbankkontos.

databaseName
String

Cosmos DB-Datenbankname.

containerName
String

Cosmos DB-Containername.

storedProcedureName
String

Cosmos DB storedProcedure name.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: