199 строки
15 KiB
YAML
199 строки
15 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.RecommendedElasticPool"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool"
|
|
name: "RecommendedElasticPool"
|
|
nameWithType: "RecommendedElasticPool"
|
|
summary: "An immutable client-side representation of an Azure SQL Recommended Elastic<wbr>Pool."
|
|
syntax: "public interface **RecommendedElasticPool**</br> extends <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\" /><<xref href=\"com.microsoft.azure.management.sql.RecommendedElasticPool?alt=com.microsoft.azure.management.sql.RecommendedElasticPool&text=RecommendedElasticPool\" 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\" /><<xref href=\"com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolInner?alt=com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolInner&text=RecommendedElasticPoolInner\" data-throw-if-not-resolved=\"False\" />>, <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.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.implementation.SqlServerManager?alt=com.microsoft.azure.management.sql.implementation.SqlServerManager&text=SqlServerManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.RecommendedElasticPool.databaseDtuMax()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.databaseDtuMax()"
|
|
name: "databaseDtuMax()"
|
|
nameWithType: "RecommendedElasticPool.databaseDtuMax()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double databaseDtuMax()"
|
|
returns:
|
|
description: "the maximum DTU for the database."
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.RecommendedElasticPool.databaseDtuMin()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.databaseDtuMin()"
|
|
name: "databaseDtuMin()"
|
|
nameWithType: "RecommendedElasticPool.databaseDtuMin()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double databaseDtuMin()"
|
|
returns:
|
|
description: "the minimum DTU for the database."
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.RecommendedElasticPool.databaseEdition()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.databaseEdition()"
|
|
name: "databaseEdition()"
|
|
nameWithType: "RecommendedElasticPool.databaseEdition()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ElasticPoolEdition databaseEdition()"
|
|
returns:
|
|
description: "the edition of the Azure SQL Recommended Elastic Pool. The\n ElasticPoolEditions enumeration contains all the valid editions.\n Possible values include: 'Basic', 'Standard', 'Premium'."
|
|
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.RecommendedElasticPool.databases()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.databases()"
|
|
name: "databases()"
|
|
nameWithType: "RecommendedElasticPool.databases()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<SqlDatabase> databases()"
|
|
returns:
|
|
description: "the list of Azure SQL Databases in this pool. Expanded property."
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<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.RecommendedElasticPool.dtu()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.dtu()"
|
|
name: "dtu()"
|
|
nameWithType: "RecommendedElasticPool.dtu()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double dtu()"
|
|
returns:
|
|
description: "the DTU for the SQL Azure Recommended Elastic Pool."
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.RecommendedElasticPool.getDatabase(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.getDatabase(String databaseName)"
|
|
name: "getDatabase(String databaseName)"
|
|
nameWithType: "RecommendedElasticPool.getDatabase(String databaseName)"
|
|
summary: "Get a specific database in the recommended database."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "name of the database to be fetched"
|
|
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: "Get a specific database in the recommended database."
|
|
returns:
|
|
description: "information on the database recommended in recommended 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.RecommendedElasticPool.getDatabaseAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.getDatabaseAsync(String databaseName)"
|
|
name: "getDatabaseAsync(String databaseName)"
|
|
nameWithType: "RecommendedElasticPool.getDatabaseAsync(String databaseName)"
|
|
summary: "Get a specific database in the recommended database."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "name of the database to be fetched"
|
|
name: "databaseName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<SqlDatabase> getDatabaseAsync(String databaseName)"
|
|
desc: "Get a specific database in the recommended database."
|
|
returns:
|
|
description: "a representation of the deferred computation to get the database in the recommended elastic pool"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<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.RecommendedElasticPool.listDatabases()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.listDatabases()"
|
|
name: "listDatabases()"
|
|
nameWithType: "RecommendedElasticPool.listDatabases()"
|
|
summary: "Fetches list of databases by making call to Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<SqlDatabase> listDatabases()"
|
|
desc: "Fetches list of databases by making call to Azure."
|
|
returns:
|
|
description: "list of the databases in recommended elastic pool"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<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.RecommendedElasticPool.listDatabasesAsync()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.listDatabasesAsync()"
|
|
name: "listDatabasesAsync()"
|
|
nameWithType: "RecommendedElasticPool.listDatabasesAsync()"
|
|
summary: "Fetches list of databases by making call to Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Observable<SqlDatabase> listDatabasesAsync()"
|
|
desc: "Fetches list of databases by making call to Azure."
|
|
returns:
|
|
description: "a representation of the deferred computation of the databases in this recommended elastic pool"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<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.RecommendedElasticPool.listMetrics()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.listMetrics()"
|
|
name: "listMetrics()"
|
|
nameWithType: "RecommendedElasticPool.listMetrics()"
|
|
summary: "Fetches list of metrics information by making call to Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<RecommendedElasticPoolMetric> listMetrics()"
|
|
desc: "Fetches list of metrics information by making call to Azure."
|
|
returns:
|
|
description: "list of the databases in recommended elastic pool"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.RecommendedElasticPoolMetric?alt=com.microsoft.azure.management.sql.RecommendedElasticPoolMetric&text=RecommendedElasticPoolMetric\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.sql.RecommendedElasticPool.maxObservedDtu()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.maxObservedDtu()"
|
|
name: "maxObservedDtu()"
|
|
nameWithType: "RecommendedElasticPool.maxObservedDtu()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double maxObservedDtu()"
|
|
returns:
|
|
description: "maximum observed DTU."
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.RecommendedElasticPool.maxObservedStorageMB()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.maxObservedStorageMB()"
|
|
name: "maxObservedStorageMB()"
|
|
nameWithType: "RecommendedElasticPool.maxObservedStorageMB()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double maxObservedStorageMB()"
|
|
returns:
|
|
description: "maximum observed storage in megabytes."
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.RecommendedElasticPool.observationPeriodEnd()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.observationPeriodEnd()"
|
|
name: "observationPeriodEnd()"
|
|
nameWithType: "RecommendedElasticPool.observationPeriodEnd()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime observationPeriodEnd()"
|
|
returns:
|
|
description: "the observation period start (ISO8601 format)."
|
|
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.RecommendedElasticPool.observationPeriodStart()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.observationPeriodStart()"
|
|
name: "observationPeriodStart()"
|
|
nameWithType: "RecommendedElasticPool.observationPeriodStart()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime observationPeriodStart()"
|
|
returns:
|
|
description: "the observation period start (ISO8601 format)."
|
|
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.RecommendedElasticPool.sqlServerName()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.sqlServerName()"
|
|
name: "sqlServerName()"
|
|
nameWithType: "RecommendedElasticPool.sqlServerName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "</br>public abstract String sqlServerName()"
|
|
returns:
|
|
description: "name of the SQL Server to which this database 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.RecommendedElasticPool.storageMB()"
|
|
fullName: "com.microsoft.azure.management.sql.RecommendedElasticPool.storageMB()"
|
|
name: "storageMB()"
|
|
nameWithType: "RecommendedElasticPool.storageMB()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double storageMB()"
|
|
returns:
|
|
description: "storage size in megabytes."
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure SQL Recommended ElasticPool."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.implementation.SqlServerManager?alt=com.microsoft.azure.management.sql.implementation.SqlServerManager&text=SqlServerManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<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\" /><<xref href=\"com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolInner?alt=com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolInner&text=RecommendedElasticPoolInner\" 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\" /><<xref href=\"com.microsoft.azure.management.sql.RecommendedElasticPool?alt=com.microsoft.azure.management.sql.RecommendedElasticPool&text=RecommendedElasticPool\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|