public static interface SqlDatabaseOperations.DefinitionStages.WithEdition
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions |
withSku(DatabaseSku sku)
Sets the sku for the SQL Database.
|
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions |
withSku(Sku sku)
Sets the sku for the SQL Database.
|
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions withSku(DatabaseSku sku)
sku - sku to be set for database.SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions withSku(Sku sku)
sku - sku/edition to be set for database, all possible capabilities could be found by
SqlServers.getCapabilitiesByRegion(Region)Copyright © 2020 Microsoft Corporation. All rights reserved.