| 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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/