IWithElasticPoolName.WithExistingElasticPool Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET