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

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

Parameter

elasticPoolName
String

Für die SQL-Datenbank.

Gibt zurück

Gilt für: