| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabase.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
SqlDatabase.DefinitionStages.Blank
The first stage of the SQL database definition.
|
static interface |
SqlDatabase.DefinitionStages.WithAllDifferentOptions
The SQL database interface with all starting options for definition.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithCreate |
SqlDatabase.DefinitionStages.WithCollationAllCreateOptions.withCollation(String collation)
Sets the collation for the SQL Database.
|
SqlDatabase.DefinitionStages.WithCreate |
SqlDatabase.DefinitionStages.WithEdition.withEdition(DatabaseEditions edition)
Sets the edition for the SQL Database.
|
SqlDatabase.DefinitionStages.WithCreate |
SqlDatabase.DefinitionStages.WithMaxSizeBytesAllCreateOptions.withMaxSizeBytes(long maxSizeBytes)
Sets the max size in bytes for SQL Database.
|
SqlDatabase.DefinitionStages.WithCreate |
SqlDatabase.DefinitionStages.WithServiceObjective.withServiceObjective(ServiceObjectiveName serviceLevelObjective)
Sets the service level objective 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.
*/