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

28 строки
1.5 KiB
YAML

### YamlMime:JavaType
methods:
- fullName: com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithDtu.withDtu(int dtu)
name: withDtu(int dtu)
nameWithType: SqlElasticPoolOperations.DefinitionStages.WithDtu.withDtu(int dtu)
parameters:
- description: <p>total shared DTU for the SQL Azure Database Elastic Pool </p>
name: dtu
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
returns:
description: <p>The next stage of the definition. </p>
type: <xref href="SqlElasticPoolOperations.DefinitionStages.WithCreate?alt=SqlElasticPoolOperations.DefinitionStages.WithCreate&text=SqlElasticPoolOperations.DefinitionStages.WithCreate" data-throw-if-not-resolved="False"/>
summary: >-
<p>Sets the total shared DTU for the SQL Azure Database Elastic Pool.</p>
<p></p>
syntax: public SqlElasticPoolOperations.DefinitionStages.WithCreate withDtu(int dtu)
uid: com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithDtu.withDtu(int)
nameWithType: SqlElasticPoolOperations.DefinitionStages.WithDtu
syntax: public interface WithDtu
type: interface
uid: com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithDtu
fullName: com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithDtu
name: SqlElasticPoolOperations.DefinitionStages.WithDtu
package: com.microsoft.azure.management.sql
summary: <p>The SQL Elastic Pool definition to set the number of shared DTU for elastic pool. </p>
metadata: {}