public static interface SqlDatabaseOperations.DefinitionStages.WithCreateMode
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions |
withMode(CreateMode createMode)
Sets the create mode for the SQL Database.
|
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions withMode(CreateMode createMode)
createMode - create mode for the database, should not be default in this flow/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/