Freigeben über


ElasticPoolsOperationsExtensions.Update Methode

Definition

Aktualisiert einen Pool für elastische Datenbanken.

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

Die Parameter des Pools für elastische Datenbanken werden aktualisiert.

Gibt zurück

Gilt für: