| 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.
|
static interface |
SqlDatabase.DefinitionStages.WithCreate
A SQL Database definition with sufficient inputs to create a new
SQL database in the cloud, but exposing additional optional settings to
specify.
|
static interface |
SqlDatabase.DefinitionStages.WithCreateWithElasticPoolOptions |
static interface |
SqlDatabase.DefinitionStages.WithExistingDatabase
The stage to decide whether using existing database or not.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithCreateWithLessOptions |
SqlDatabase.DefinitionStages.WithCreateMode.withMode(CreateMode createMode)
Sets the create mode 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.
*/