Freigeben über


InstancePoolsOperationsExtensions.BeginDeleteAsync Methode

Definition

Löscht einen Instanzenpool.

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

Parameter

operations
IInstancePoolsOperations

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.

instancePoolName
String

Der Name des zu löschenden instance Pools

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: