IWithElasticPoolBeta.WithNewElasticPool Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithNewElasticPool(String, ElasticPoolEdition) |
Create new elastic pool in the SQL Server. |
WithNewElasticPool(String, ElasticPoolEdition, String[]) |
Create new elastic pool in the SQL Server. |
WithNewElasticPool(String, ElasticPoolEdition)
Create new elastic pool in the SQL Server.
public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate WithNewElasticPool (string elasticPoolName, Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEdition elasticPoolEdition);
abstract member WithNewElasticPool : string * Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEdition -> Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate
Public Function WithNewElasticPool (elasticPoolName As String, elasticPoolEdition As ElasticPoolEdition) As IUpdate
Parameters
- elasticPoolName
- String
Name of the elastic pool to be created.
- elasticPoolEdition
- ElasticPoolEdition
Edition of the elastic pool.
Returns
Applies to
WithNewElasticPool(String, ElasticPoolEdition, String[])
Create new elastic pool in the SQL Server.
public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate WithNewElasticPool (string elasticPoolName, Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEdition elasticPoolEdition, params string[] databaseNames);
abstract member WithNewElasticPool : string * Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEdition * string[] -> Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate
Public Function WithNewElasticPool (elasticPoolName As String, elasticPoolEdition As ElasticPoolEdition, ParamArray databaseNames As String()) As IUpdate
Parameters
- elasticPoolName
- String
Name of the elastic pool to be created.
- elasticPoolEdition
- ElasticPoolEdition
Edition of the elastic pool.
- databaseNames
- String[]
Names of the database to be included in the elastic pool.
Returns
Applies to
Azure SDK for .NET