public static interface SqlDatabaseOperations.DefinitionStages.WithSampleDatabase
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions |
fromSample(SampleName sampleName)
Creates a new database from a restore point.
|
@Beta(value=V1_7_0) SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions fromSample(SampleName sampleName)
sampleName - the sample database to use as the source/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/