| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SampleName |
DatabaseInner.sampleName()
Get the sampleName property: The name of the sample schema to apply when creating this database.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseInner |
DatabaseInner.withSampleName(SampleName sampleName)
Set the sampleName property: The name of the sample schema to apply when creating this database.
|
| Modifier and Type | Field and Description |
|---|---|
static SampleName |
SampleName.ADVENTURE_WORKS_LT
Static value AdventureWorksLT for SampleName.
|
static SampleName |
SampleName.WIDE_WORLD_IMPORTERS_FULL
Static value WideWorldImportersFull for SampleName.
|
static SampleName |
SampleName.WIDE_WORLD_IMPORTERS_STD
Static value WideWorldImportersStd for SampleName.
|
| Modifier and Type | Method and Description |
|---|---|
static SampleName |
SampleName.fromString(String name)
Creates or finds a SampleName from its string representation.
|
SampleName |
DatabaseUpdate.sampleName()
Get the sampleName property: The name of the sample schema to apply when creating this database.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> |
SqlDatabase.DefinitionStages.WithSampleDatabaseAfterElasticPool.fromSample(SampleName sampleName)
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithSampleDatabase.fromSample(SampleName sampleName)
Creates a new database from a restore point.
|
SqlDatabaseOperations.DefinitionStages.WithCreateAfterElasticPoolOptions |
SqlDatabaseOperations.DefinitionStages.WithSampleDatabaseAfterElasticPool.fromSample(SampleName sampleName)
Creates a new database from a restore point.
|
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions |
SqlDatabaseOperations.DefinitionStages.WithSampleDatabase.fromSample(SampleName sampleName)
Creates a new database from a restore point.
|
DatabaseUpdate |
DatabaseUpdate.withSampleName(SampleName sampleName)
Set the sampleName property: The name of the sample schema to apply when creating this database.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.