Share via


IWithElasticPoolName<ParentT>.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.Definition.IWithExistingDatabaseAfterElasticPool<ParentT> WithExistingElasticPool (Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool sqlElasticPool);
abstract member WithExistingElasticPool : Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithExistingDatabaseAfterElasticPool<'ParentT>
Public Function WithExistingElasticPool (sqlElasticPool As ISqlElasticPool) As IWithExistingDatabaseAfterElasticPool(Of ParentT)

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.Definition.IWithExistingDatabaseAfterElasticPool<ParentT> WithExistingElasticPool (string elasticPoolName);
abstract member WithExistingElasticPool : string -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithExistingDatabaseAfterElasticPool<'ParentT>
Public Function WithExistingElasticPool (elasticPoolName As String) As IWithExistingDatabaseAfterElasticPool(Of ParentT)

Parameter

elasticPoolName
String

Für die SQL-Datenbank.

Gibt zurück

Gilt für: