ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface SqlDatabase.DefinitionStages.WithCreateMode<ParentT>
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithAttachFinal<ParentT> |
withMode(CreateMode createMode)
Sets the create mode for the SQL Database.
|
SqlDatabase.DefinitionStages.WithAttachFinal<ParentT> 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.
*/