Uses of Class
com.microsoft.azure.management.sql.SampleName
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SampleName in com.microsoft.azure.management.sql
Modifier and TypeFieldDescriptionstatic final SampleName
SampleName.ADVENTURE_WORKS_LT
Static value AdventureWorksLT for SampleName.Modifier and TypeMethodDescriptionstatic SampleName
SampleName.fromString
(String name) Creates or finds a SampleName from its string representation.DatabaseUpdate.sampleName()
Get indicates the name of the sample schema to apply when creating this database.Modifier and TypeMethodDescriptionSqlDatabase.DefinitionStages.WithSampleDatabase.fromSample
(SampleName sampleName) Creates a new database from a restore point.SqlDatabase.DefinitionStages.WithSampleDatabaseAfterElasticPool.fromSample
(SampleName sampleName) Creates a new database from a restore point.SqlDatabaseOperations.DefinitionStages.WithSampleDatabase.fromSample
(SampleName sampleName) Creates a new database from a restore point.SqlDatabaseOperations.DefinitionStages.WithSampleDatabaseAfterElasticPool.fromSample
(SampleName sampleName) Creates a new database from a restore point.DatabaseUpdate.withSampleName
(SampleName sampleName) Set indicates the name of the sample schema to apply when creating this database.