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

33 строки
2.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlElasticPool.DefinitionStages.WithDatabaseDtuMax"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.DefinitionStages.WithDatabaseDtuMax<ParentT>"
name: "SqlElasticPool.DefinitionStages.WithDatabaseDtuMax<ParentT>"
nameWithType: "SqlElasticPool.DefinitionStages.WithDatabaseDtuMax<ParentT>"
summary: "The SQL Elastic Pool definition to set the maximum DTU for one database."
syntax: "public static interface **SqlElasticPool.DefinitionStages.WithDatabaseDtuMax<ParentT>**"
methods:
- uid: "com.microsoft.azure.management.sql.SqlElasticPool.DefinitionStages.WithDatabaseDtuMax.withDatabaseDtuMax(int)"
fullName: "com.microsoft.azure.management.sql.SqlElasticPool.DefinitionStages.WithDatabaseDtuMax<ParentT>.withDatabaseDtuMax(int databaseDtuMax)"
name: "withDatabaseDtuMax(int databaseDtuMax)"
nameWithType: "SqlElasticPool.DefinitionStages.WithDatabaseDtuMax<ParentT>.withDatabaseDtuMax(int databaseDtuMax)"
summary: "Sets the maximum DTU any one SQL Azure Database can consume."
modifiers:
- "abstract"
parameters:
- description: "maximum DTU any one SQL Azure Database can consume"
name: "databaseDtuMax"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "</br>public abstract SqlElasticPool.DefinitionStages.WithAttach<ParentT> withDatabaseDtuMax(int databaseDtuMax)"
desc: "Sets the maximum DTU any one SQL Azure Database can consume."
returns:
description: "The next stage of the definition."
type: "<xref href=\"com.microsoft.azure.management.sql.SqlElasticPool.DefinitionStages.WithAttach?alt=com.microsoft.azure.management.sql.SqlElasticPool.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the stage of the parent definition to return to after attaching this definition"
name: "ParentT"
desc: "The SQL Elastic Pool definition to set the maximum DTU for one database."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4