Uses of Class
com.microsoft.azure.management.sql.SampleName
Packages that use SampleName
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SampleName in com.microsoft.azure.management.sql
Fields in com.microsoft.azure.management.sql declared as SampleNameModifier and TypeFieldDescriptionstatic final SampleNameSampleName.ADVENTURE_WORKS_LTStatic value AdventureWorksLT for SampleName.Methods in com.microsoft.azure.management.sql that return SampleNameModifier and TypeMethodDescriptionstatic SampleNameSampleName.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.Methods in com.microsoft.azure.management.sql that return types with arguments of type SampleNameMethods in com.microsoft.azure.management.sql with parameters of type SampleNameModifier 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.