Freigeben über


InstancePoolsOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert einen instance Pool.

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

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 instance Pools, der erstellt oder aktualisiert werden soll.

parameters
InstancePoolInner

Der angeforderte instance Poolressourcenstatus.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: