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

80 строки
7.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition"
fullName: "com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition"
name: "SqlElasticPoolOperations.DefinitionStages.WithStandardEdition"
nameWithType: "SqlElasticPoolOperations.DefinitionStages.WithStandardEdition"
summary: "The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a standard pool."
syntax: "public static interface **SqlElasticPoolOperations.DefinitionStages.WithStandardEdition**</br> extends <xref href=\"com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withDatabaseDtuMax(com.microsoft.azure.management.sql.SqlElasticPoolStandardMaxEDTUs)"
fullName: "com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)"
name: "withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)"
nameWithType: "SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)"
summary: "Sets the maximum number of eDTU a database in the pool can consume."
modifiers:
- "abstract"
parameters:
- description: "maximum eDTU a database in the pool can consume"
name: "eDTU"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlElasticPoolStandardMaxEDTUs?alt=com.microsoft.azure.management.sql.SqlElasticPoolStandardMaxEDTUs&text=SqlElasticPoolStandardMaxEDTUs\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)"
desc: "Sets the maximum number of eDTU a database in the pool can consume."
returns:
description: "The next stage of the definition."
type: "<xref href=\"com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition?alt=com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition&text=WithStandardEdition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withDatabaseDtuMin(com.microsoft.azure.management.sql.SqlElasticPoolStandardMinEDTUs)"
fullName: "com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)"
name: "withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)"
nameWithType: "SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)"
summary: "Sets the minimum number of eDTU for each database in the pool are regardless of its activity."
modifiers:
- "abstract"
parameters:
- description: "minimum eDTU for all SQL Azure databases"
name: "eDTU"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlElasticPoolStandardMinEDTUs?alt=com.microsoft.azure.management.sql.SqlElasticPoolStandardMinEDTUs&text=SqlElasticPoolStandardMinEDTUs\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)"
desc: "Sets the minimum number of eDTU for each database in the pool are regardless of its activity."
returns:
description: "The next stage of the definition."
type: "<xref href=\"com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition?alt=com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition&text=WithStandardEdition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withReservedDtu(com.microsoft.azure.management.sql.SqlElasticPoolStandardEDTUs)"
fullName: "com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)"
name: "withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)"
nameWithType: "SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)"
summary: "Sets the total shared eDTU for the SQL Azure Database Elastic Pool."
modifiers:
- "abstract"
parameters:
- description: "total shared eDTU for the SQL Azure Database Elastic Pool"
name: "eDTU"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlElasticPoolStandardEDTUs?alt=com.microsoft.azure.management.sql.SqlElasticPoolStandardEDTUs&text=SqlElasticPoolStandardEDTUs\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)"
desc: "Sets the total shared eDTU for the SQL Azure Database Elastic Pool."
returns:
description: "The next stage of the definition."
type: "<xref href=\"com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition?alt=com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition&text=WithStandardEdition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withStorageCapacity(com.microsoft.azure.management.sql.SqlElasticPoolStandardStorage)"
fullName: "com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)"
name: "withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)"
nameWithType: "SqlElasticPoolOperations.DefinitionStages.WithStandardEdition.withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)"
summary: "Sets the storage capacity for the SQL Azure Database Elastic Pool."
modifiers:
- "abstract"
parameters:
- description: "storage capacity for the SQL Azure Database Elastic Pool"
name: "storageCapacity"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlElasticPoolStandardStorage?alt=com.microsoft.azure.management.sql.SqlElasticPoolStandardStorage&text=SqlElasticPoolStandardStorage\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)"
desc: "Sets the storage capacity for the SQL Azure Database Elastic Pool."
returns:
description: "The next stage of the definition."
type: "<xref href=\"com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition?alt=com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithStandardEdition&text=WithStandardEdition\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a standard pool."
implements:
- "<xref href=\"com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.sql.SqlElasticPoolOperations.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4