Freigeben über


ElasticPoolOperationsExtensions.Cancel Methode

Definition

Bricht den asynchronen Vorgang für den Pool für elastische Datenbanken ab.

public static void Cancel (this Microsoft.Azure.Management.Sql.IElasticPoolOperations operations, string resourceGroupName, string serverName, string elasticPoolName, Guid operationId);
static member Cancel : Microsoft.Azure.Management.Sql.IElasticPoolOperations * string * string * string * Guid -> unit
<Extension()>
Public Sub Cancel (operations As IElasticPoolOperations, resourceGroupName As String, serverName As String, elasticPoolName As String, operationId As Guid)

Parameter

operations
IElasticPoolOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Name des Servers

elasticPoolName
String
operationId
Guid

Der Vorgangsbezeichner.

Gilt für: