azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

361 строка
26 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlElasticPool"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool"
name: "SqlElasticPool"
nameWithType: "SqlElasticPool"
summary: "An immutable client-side representation of an Azure SQL Elastic Pool."
syntax: "public interface **SqlElasticPool**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource&text=ExternalChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlElasticPool?alt=com.microsoft.azure.management.sql.SqlElasticPool&text=SqlElasticPool\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.sql.SqlServer?alt=com.microsoft.azure.management.sql.SqlServer&text=SqlServer\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.ElasticPoolInner?alt=com.microsoft.azure.management.sql.implementation.ElasticPoolInner&text=ElasticPoolInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlElasticPool?alt=com.microsoft.azure.management.sql.SqlElasticPool&text=SqlElasticPool\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlElasticPool.Update?alt=com.microsoft.azure.management.sql.SqlElasticPool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.addExistingDatabase(com.microsoft.azure.management.sql.SqlDatabase)"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.addExistingDatabase(SqlDatabase database)"
name: "addExistingDatabase(SqlDatabase database)"
nameWithType: "SqlElasticPool.addExistingDatabase(SqlDatabase database)"
summary: "Adds an existing SQL Database to the Elastic Pool."
modifiers:
- "abstract"
parameters:
- description: "the database to be added"
name: "database"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlDatabase addExistingDatabase(SqlDatabase database)"
desc: "Adds an existing SQL Database to the Elastic Pool."
returns:
description: "the database"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.addExistingDatabase(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.addExistingDatabase(String databaseName)"
name: "addExistingDatabase(String databaseName)"
nameWithType: "SqlElasticPool.addExistingDatabase(String databaseName)"
summary: "Adds an existing SQL Database to the Elastic Pool."
modifiers:
- "abstract"
parameters:
- description: "name of the database"
name: "databaseName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlDatabase addExistingDatabase(String databaseName)"
desc: "Adds an existing SQL Database to the Elastic Pool."
returns:
description: "the database"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.addNewDatabase(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.addNewDatabase(String databaseName)"
name: "addNewDatabase(String databaseName)"
nameWithType: "SqlElasticPool.addNewDatabase(String databaseName)"
summary: "Adds a new SQL Database to the Elastic Pool."
modifiers:
- "abstract"
parameters:
- description: "name of the database"
name: "databaseName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlDatabase addNewDatabase(String databaseName)"
desc: "Adds a new SQL Database to the Elastic Pool."
returns:
description: "the database"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.creationDate()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.creationDate()"
name: "creationDate()"
nameWithType: "SqlElasticPool.creationDate()"
modifiers:
- "abstract"
syntax: "public abstract DateTime creationDate()"
returns:
description: "the creation date of the Azure SQL Elastic Pool"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.databaseDtuMax()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.databaseDtuMax()"
name: "databaseDtuMax()"
nameWithType: "SqlElasticPool.databaseDtuMax()"
modifiers:
- "abstract"
syntax: "public abstract int databaseDtuMax()"
returns:
description: "the maximum DTU any one SQL Azure database can consume."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.databaseDtuMin()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.databaseDtuMin()"
name: "databaseDtuMin()"
nameWithType: "SqlElasticPool.databaseDtuMin()"
modifiers:
- "abstract"
syntax: "public abstract int databaseDtuMin()"
returns:
description: "the minimum DTU all SQL Azure Databases are guaranteed"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.delete()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.delete()"
name: "delete()"
nameWithType: "SqlElasticPool.delete()"
summary: "Deletes this SQL Elastic Pool from the parent SQL server."
modifiers:
- "abstract"
syntax: "public abstract void delete()"
desc: "Deletes this SQL Elastic Pool from the parent SQL server."
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.deleteAsync()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.deleteAsync()"
name: "deleteAsync()"
nameWithType: "SqlElasticPool.deleteAsync()"
summary: "Deletes this SQL Elastic Pool asynchronously from the parent SQL server."
modifiers:
- "abstract"
syntax: "public abstract Completable deleteAsync()"
desc: "Deletes this SQL Elastic Pool asynchronously from the parent SQL server."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.dtu()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.dtu()"
name: "dtu()"
nameWithType: "SqlElasticPool.dtu()"
modifiers:
- "abstract"
syntax: "public abstract int dtu()"
returns:
description: "The total shared DTU for the SQL Azure Database Elastic Pool"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.edition()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.edition()"
name: "edition()"
nameWithType: "SqlElasticPool.edition()"
modifiers:
- "abstract"
syntax: "public abstract ElasticPoolEdition edition()"
returns:
description: "the edition of Azure SQL Elastic Pool"
type: "<xref href=\"com.microsoft.azure.management.sql.ElasticPoolEdition?alt=com.microsoft.azure.management.sql.ElasticPoolEdition&text=ElasticPoolEdition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.getDatabase(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.getDatabase(String databaseName)"
name: "getDatabase(String databaseName)"
nameWithType: "SqlElasticPool.getDatabase(String databaseName)"
summary: "Gets the specific database in the elastic pool."
modifiers:
- "abstract"
parameters:
- description: "name of the database to look into"
name: "databaseName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlDatabase getDatabase(String databaseName)"
desc: "Gets the specific database in the elastic pool."
returns:
description: "the information about specific database in elastic pool"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.listActivities()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.listActivities()"
name: "listActivities()"
nameWithType: "SqlElasticPool.listActivities()"
modifiers:
- "abstract"
syntax: "public abstract List<ElasticPoolActivity> listActivities()"
returns:
description: "the information about elastic pool activities"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.ElasticPoolActivity?alt=com.microsoft.azure.management.sql.ElasticPoolActivity&text=ElasticPoolActivity\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.listActivitiesAsync()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.listActivitiesAsync()"
name: "listActivitiesAsync()"
nameWithType: "SqlElasticPool.listActivitiesAsync()"
modifiers:
- "abstract"
syntax: "public abstract Observable<ElasticPoolActivity> listActivitiesAsync()"
returns:
description: "a representation of the deferred computation of the information about elastic pool activities"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.ElasticPoolActivity?alt=com.microsoft.azure.management.sql.ElasticPoolActivity&text=ElasticPoolActivity\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabaseActivities()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabaseActivities()"
name: "listDatabaseActivities()"
nameWithType: "SqlElasticPool.listDatabaseActivities()"
modifiers:
- "abstract"
syntax: "public abstract List<ElasticPoolDatabaseActivity> listDatabaseActivities()"
returns:
description: "the information about elastic pool database activities"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.ElasticPoolDatabaseActivity?alt=com.microsoft.azure.management.sql.ElasticPoolDatabaseActivity&text=ElasticPoolDatabaseActivity\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabaseActivitiesAsync()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabaseActivitiesAsync()"
name: "listDatabaseActivitiesAsync()"
nameWithType: "SqlElasticPool.listDatabaseActivitiesAsync()"
modifiers:
- "abstract"
syntax: "public abstract Observable<ElasticPoolDatabaseActivity> listDatabaseActivitiesAsync()"
returns:
description: "the information about elastic pool database activities"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.ElasticPoolDatabaseActivity?alt=com.microsoft.azure.management.sql.ElasticPoolDatabaseActivity&text=ElasticPoolDatabaseActivity\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabaseMetricDefinitions()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabaseMetricDefinitions()"
name: "listDatabaseMetricDefinitions()"
nameWithType: "SqlElasticPool.listDatabaseMetricDefinitions()"
summary: "Lists the database metric definitions for this SQL Elastic Pool."
modifiers:
- "abstract"
syntax: "public abstract List<SqlDatabaseMetricDefinition> listDatabaseMetricDefinitions()"
desc: "Lists the database metric definitions for this SQL Elastic Pool."
returns:
description: "the elastic pool's metric definitions"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition?alt=com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition&text=SqlDatabaseMetricDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabaseMetricDefinitionsAsync()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabaseMetricDefinitionsAsync()"
name: "listDatabaseMetricDefinitionsAsync()"
nameWithType: "SqlElasticPool.listDatabaseMetricDefinitionsAsync()"
summary: "Asynchronously lists the database metric definitions for this SQL Elastic Pool."
modifiers:
- "abstract"
syntax: "public abstract Observable<SqlDatabaseMetricDefinition> listDatabaseMetricDefinitionsAsync()"
desc: "Asynchronously lists the database metric definitions for this SQL Elastic Pool."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition?alt=com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition&text=SqlDatabaseMetricDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabaseMetrics(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabaseMetrics(String filter)"
name: "listDatabaseMetrics(String filter)"
nameWithType: "SqlElasticPool.listDatabaseMetrics(String filter)"
summary: "Lists the database metrics for this SQL Elastic Pool."
modifiers:
- "abstract"
parameters:
- description: "an OData filter expression that describes a subset of metrics to return"
name: "filter"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract List<SqlDatabaseMetric> listDatabaseMetrics(String filter)"
desc: "Lists the database metrics for this SQL Elastic Pool."
returns:
description: "the elastic pool's database metrics"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabaseMetric?alt=com.microsoft.azure.management.sql.SqlDatabaseMetric&text=SqlDatabaseMetric\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabaseMetricsAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabaseMetricsAsync(String filter)"
name: "listDatabaseMetricsAsync(String filter)"
nameWithType: "SqlElasticPool.listDatabaseMetricsAsync(String filter)"
summary: "Asynchronously lists the database metrics for this SQL Elastic Pool."
modifiers:
- "abstract"
parameters:
- description: "an OData filter expression that describes a subset of metrics to return"
name: "filter"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<SqlDatabaseMetric> listDatabaseMetricsAsync(String filter)"
desc: "Asynchronously lists the database metrics for this SQL Elastic Pool."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabaseMetric?alt=com.microsoft.azure.management.sql.SqlDatabaseMetric&text=SqlDatabaseMetric\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabases()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabases()"
name: "listDatabases()"
nameWithType: "SqlElasticPool.listDatabases()"
summary: "Lists the SQL databases in this SQL Elastic Pool."
modifiers:
- "abstract"
syntax: "public abstract List<SqlDatabase> listDatabases()"
desc: "Lists the SQL databases in this SQL Elastic Pool."
returns:
description: "the information about databases in elastic pool"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabasesAsync()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.listDatabasesAsync()"
name: "listDatabasesAsync()"
nameWithType: "SqlElasticPool.listDatabasesAsync()"
summary: "Asynchronously lists the SQL databases in this SQL Elastic Pool."
modifiers:
- "abstract"
syntax: "public abstract Observable<SqlDatabase> listDatabasesAsync()"
desc: "Asynchronously lists the SQL databases in this SQL Elastic Pool."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.parentId()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.parentId()"
name: "parentId()"
nameWithType: "SqlElasticPool.parentId()"
modifiers:
- "abstract"
syntax: "public abstract String parentId()"
returns:
description: "the parent SQL server ID"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.region()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.region()"
name: "region()"
nameWithType: "SqlElasticPool.region()"
modifiers:
- "abstract"
syntax: "public abstract Region region()"
returns:
description: "the region the resource is in"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.Region?alt=com.microsoft.azure.management.resources.fluentcore.arm.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.regionName()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.regionName()"
name: "regionName()"
nameWithType: "SqlElasticPool.regionName()"
modifiers:
- "abstract"
syntax: "public abstract String regionName()"
returns:
description: "the name of the region the resource is in"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.removeDatabase(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.removeDatabase(String databaseName)"
name: "removeDatabase(String databaseName)"
nameWithType: "SqlElasticPool.removeDatabase(String databaseName)"
summary: "Removes an existing SQL Database from the Elastic Pool."
modifiers:
- "abstract"
parameters:
- description: "name of the database"
name: "databaseName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlDatabase removeDatabase(String databaseName)"
desc: "Removes an existing SQL Database from the Elastic Pool."
returns:
description: "the database"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.sqlServerName()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.sqlServerName()"
name: "sqlServerName()"
nameWithType: "SqlElasticPool.sqlServerName()"
modifiers:
- "abstract"
syntax: "public abstract String sqlServerName()"
returns:
description: "name of the SQL Server to which this elastic pool belongs"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.state()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.state()"
name: "state()"
nameWithType: "SqlElasticPool.state()"
modifiers:
- "abstract"
syntax: "public abstract ElasticPoolState state()"
returns:
description: "the state of the Azure SQL Elastic Pool"
type: "<xref href=\"com.microsoft.azure.management.sql.ElasticPoolState?alt=com.microsoft.azure.management.sql.ElasticPoolState&text=ElasticPoolState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.storageCapacityInMB()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.storageCapacityInMB()"
name: "storageCapacityInMB()"
nameWithType: "SqlElasticPool.storageCapacityInMB()"
modifiers:
- "abstract"
syntax: "public abstract int storageCapacityInMB()"
returns:
description: "the storage capacity limit for the SQL Azure Database Elastic Pool in MB"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.storageMB()"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.storageMB()"
name: "storageMB()"
nameWithType: "SqlElasticPool.storageMB()"
modifiers:
- "abstract"
syntax: "</br>public abstract int storageMB()"
returns:
description: "the storage limit for the SQL Azure Database Elastic Pool in MB"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure SQL Elastic Pool."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource&text=ExternalChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlElasticPool?alt=com.microsoft.azure.management.sql.SqlElasticPool&text=SqlElasticPool\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.sql.SqlServer?alt=com.microsoft.azure.management.sql.SqlServer&text=SqlServer\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.ElasticPoolInner?alt=com.microsoft.azure.management.sql.implementation.ElasticPoolInner&text=ElasticPoolInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlElasticPool?alt=com.microsoft.azure.management.sql.SqlElasticPool&text=SqlElasticPool\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlElasticPool.Update?alt=com.microsoft.azure.management.sql.SqlElasticPool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4