| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlElasticPool.SqlElasticPoolDefinition<ParentT>
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.DefinitionStages.Blank<? extends SqlServer.DefinitionStages.WithCreate> |
SqlServer.DefinitionStages.WithElasticPool.defineElasticPool(String elasticPoolName)
Begins the definition of a new SQL Elastic Pool to be added to this server.
|
SqlElasticPool.DefinitionStages.Blank<? extends SqlServer.Update> |
SqlServer.UpdateStages.WithElasticPool.defineElasticPool(String elasticPoolName)
Begins the definition of a new SQL Elastic Pool to be added to this server.
|
SqlElasticPool.DefinitionStages.Blank<SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool> |
SqlDatabaseOperations.DefinitionStages.WithElasticPoolName.defineElasticPool(String elasticPoolName)
Begins the definition of a new SQL Elastic Pool to be added to this database parent SQL server.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.