Freigeben über


ElasticPoolsOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert einen Pool für elastische Datenbanken.

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

Parameter

operations
IElasticPoolsOperations

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

Der Name des Pools für elastische Datenbanken.

parameters
ElasticPool

Die Poolparameter für elastische Datenbanken.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: