Freigeben über


IWithElasticPoolName.WithExistingElasticPool Methode

Definition

Überlädt

WithExistingElasticPool(ISqlElasticPool)

Legt den vorhandenen Pool für elastische Datenbanken für die SQLDatabase fest.

WithExistingElasticPool(String)

Legt den vorhandenen Pool für elastische Datenbanken für die SQLDatabase fest.

WithExistingElasticPool(ISqlElasticPool)

Legt den vorhandenen Pool für elastische Datenbanken für die SQLDatabase fest.

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IUpdate WithExistingElasticPool (Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool sqlElasticPool);
abstract member WithExistingElasticPool : Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IUpdate
Public Function WithExistingElasticPool (sqlElasticPool As ISqlElasticPool) As IUpdate

Parameter

sqlElasticPool
ISqlElasticPool

Für die SQL-Datenbank.

Gibt zurück

Gilt für:

WithExistingElasticPool(String)

Legt den vorhandenen Pool für elastische Datenbanken für die SQLDatabase fest.

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IUpdate WithExistingElasticPool (string elasticPoolName);
abstract member WithExistingElasticPool : string -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IUpdate
Public Function WithExistingElasticPool (elasticPoolName As String) As IUpdate

Parameter

elasticPoolName
String

Für die SQL-Datenbank.

Gibt zurück

Gilt für: