| 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.WithStandardEdition<ParentT> |
SqlElasticPool.DefinitionStages.WithStandardEdition.withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.
|
SqlElasticPool.DefinitionStages.WithStandardEdition<ParentT> |
SqlElasticPool.DefinitionStages.WithStandardEdition.withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
|
SqlElasticPool.DefinitionStages.WithStandardEdition<ParentT> |
SqlElasticPool.DefinitionStages.WithStandardEdition.withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
|
SqlElasticPool.DefinitionStages.WithStandardEdition<ParentT> |
SqlElasticPool.DefinitionStages.WithEdition.withStandardPool()
Sets the standard edition for the SQL Elastic Pool.
|
SqlElasticPool.DefinitionStages.WithStandardEdition<ParentT> |
SqlElasticPool.DefinitionStages.WithStandardEdition.withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.