| Modifier and Type | Method and Description |
|---|---|
static SqlDatabaseStandardStorage |
SqlDatabaseStandardStorage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlDatabaseStandardStorage[] |
SqlDatabaseStandardStorage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT> |
SqlDatabase.DefinitionStages.WithEditionDefaults.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective,
SqlDatabaseStandardStorage maxStorageCapacity)
Sets a "Standard" edition and maximum storage capacity for the SQL Database.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithEdition.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective,
SqlDatabaseStandardStorage maxStorageCapacity)
Sets a "Standard" edition and maximum storage capacity for the SQL Database.
|
SqlDatabaseOperations.DefinitionStages.WithEditionDefaults |
SqlDatabaseOperations.DefinitionStages.WithEditionDefaults.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective,
SqlDatabaseStandardStorage maxStorageCapacity)
Sets a "Standard" edition and maximum storage capacity for the SQL Database.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/