public interface SqlElasticPool extends com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource<com.microsoft.azure.management.sql.implementation.SqlServerManager,com.microsoft.azure.management.sql.implementation.ElasticPoolInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<SqlElasticPool>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<SqlElasticPool.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlElasticPool.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
SqlElasticPool.DefinitionStages
Grouping of all the storage account definition stages.
|
static interface |
SqlElasticPool.Update
The template for a SQLElasticPool update operation, containing all the settings that can be modified.
|
static interface |
SqlElasticPool.UpdateStages
Grouping of all the SQLElasticPool update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
creationDate() |
int |
databaseDtuMax() |
int |
databaseDtuMin() |
void |
delete()
Deletes the elastic pool from the server.
|
int |
dtu() |
ElasticPoolEditions |
edition() |
SqlDatabase |
getDatabase(String databaseName)
Gets the specific database in the elastic pool.
|
List<ElasticPoolActivity> |
listActivities() |
List<ElasticPoolDatabaseActivity> |
listDatabaseActivities() |
List<SqlDatabase> |
listDatabases() |
String |
sqlServerName() |
ElasticPoolState |
state() |
int |
storageMB() |
region, regionName, tags, typekeyidnameinnerresourceGroupNamemanagerString sqlServerName()
org.joda.time.DateTime creationDate()
ElasticPoolState state()
ElasticPoolEditions edition()
int dtu()
int databaseDtuMax()
int databaseDtuMin()
int storageMB()
List<ElasticPoolActivity> listActivities()
List<ElasticPoolDatabaseActivity> listDatabaseActivities()
List<SqlDatabase> listDatabases()
SqlDatabase getDatabase(String databaseName)
databaseName - name of the database to look intovoid delete()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/