Interface SqlDatabase.DefinitionStages.WithSampleDatabaseAfterElasticPool<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT>
- Enclosing interface:
- SqlDatabase.DefinitionStages
public static interface SqlDatabase.DefinitionStages.WithSampleDatabaseAfterElasticPool<ParentT>The SQL Database definition to set a sample database as the source database within an elastic pool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT>fromSample(SampleName sampleName)Creates a new database from a restore point.
-
-
-
Method Detail
-
fromSample
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> fromSample(SampleName sampleName)
Creates a new database from a restore point.- Parameters:
sampleName- the sample database to use as the source- Returns:
- The next stage of the definition.
-
-