public static interface SqlDatabaseOperations.DefinitionStages.WithElasticPoolName
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.DefinitionStages.Blank<SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool> |
defineElasticPool(String elasticPoolName)
Begins the definition of a new SQL Elastic Pool to be added to this database parent SQL server.
|
SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool |
withExistingElasticPool(SqlElasticPool sqlElasticPool)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool |
withExistingElasticPool(String elasticPoolName)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool |
withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)
Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.
|
SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool withExistingElasticPool(String elasticPoolName)
elasticPoolName - for the SQL DatabaseSqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool withExistingElasticPool(SqlElasticPool sqlElasticPool)
sqlElasticPool - for the SQL DatabaseSqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)
sqlElasticPool - creatable definition for new elastic pool to be created for the SQL Database@Beta(value=V1_7_0) SqlElasticPool.DefinitionStages.Blank<SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool> defineElasticPool(String elasticPoolName)
elasticPoolName - the name of the new SQL Elastic PoolCopyright © 2019. All rights reserved.