Freigeben über


ElasticPoolsOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt oder aktualisiert einen Pool für elastische Datenbanken.

public static Microsoft.Azure.Management.Sql.Models.ElasticPool CreateOrUpdate (this Microsoft.Azure.Management.Sql.IElasticPoolsOperations operations, string resourceGroupName, string serverName, string elasticPoolName, Microsoft.Azure.Management.Sql.Models.ElasticPool parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Sql.IElasticPoolsOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ElasticPool -> Microsoft.Azure.Management.Sql.Models.ElasticPool
<Extension()>
Public Function CreateOrUpdate (operations As IElasticPoolsOperations, resourceGroupName As String, serverName As String, elasticPoolName As String, parameters As ElasticPool) As 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.

Gibt zurück

Gilt für: