Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static SqlDatabaseBasicStorage |
SqlDatabaseBasicStorage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlDatabaseBasicStorage[] |
SqlDatabaseBasicStorage.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.withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity)
Sets a "Basic" edition for the SQL Database.
|
SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT> |
SqlDatabase.DefinitionStages.WithEditionDefaults.withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity)
Sets a "Basic" edition and maximum storage capacity for the SQL Database.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithEdition.withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity)
Sets a "Basic" edition and maximum storage capacity for the SQL Database.
|
Copyright © 2019. All rights reserved.