IWithElasticPool.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) |
Creates new elastic pool in the SQL Server. |
WithNewElasticPool(String, ElasticPoolEdition, String[]) |
Creates new elastic pool in the SQL Server. |
WithNewElasticPool(String, ElasticPoolEdition)
Creates new elastic pool in the SQL Server.
public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate 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.Definition.IWithCreate
Public Function WithNewElasticPool (elasticPoolName As String, elasticPoolEdition As ElasticPoolEdition) As IWithCreate
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[])
Creates new elastic pool in the SQL Server.
public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate 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.Definition.IWithCreate
Public Function WithNewElasticPool (elasticPoolName As String, elasticPoolEdition As ElasticPoolEdition, ParamArray databaseNames As String()) As IWithCreate
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