ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface SqlDatabase.DefinitionStages.WithSku<ParentT>
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
withSku(DatabaseSku sku)
Sets the sku for the SQL Database.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
withSku(Sku sku)
Sets the sku for the SQL Database.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> withSku(DatabaseSku sku)
sku - sku to be set for databaseSqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> 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.