Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
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 |
---|---|
SqlDatabaseOperations.DefinitionStages.WithEditionDefaults |
SqlDatabaseOperations.DefinitionStages.WithEditionDefaults.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective,
SqlDatabaseStandardStorage maxStorageCapacity)
Sets a "Standard" edition and maximum storage capacity for the SQL Database.
|
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.
|
Copyright © 2019. All rights reserved.