Uses of Class
com.azure.resourcemanager.sql.models.SampleName
-
Packages that use SampleName 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. -
-
Uses of SampleName in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SampleName Modifier and Type Method Description SampleNameDatabaseInner. sampleName()Get the sampleName property: The name of the sample schema to apply when creating this database.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type SampleName Modifier and Type Method Description DatabaseInnerDatabaseInner. withSampleName(SampleName sampleName)Set the sampleName property: The name of the sample schema to apply when creating this database. -
Uses of SampleName in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as SampleName Modifier and Type Field Description static SampleNameSampleName. ADVENTURE_WORKS_LTStatic value AdventureWorksLT for SampleName.static SampleNameSampleName. WIDE_WORLD_IMPORTERS_FULLStatic value WideWorldImportersFull for SampleName.static SampleNameSampleName. WIDE_WORLD_IMPORTERS_STDStatic value WideWorldImportersStd for SampleName.Methods in com.azure.resourcemanager.sql.models that return SampleName Modifier and Type Method Description static SampleNameSampleName. fromString(String name)Creates or finds a SampleName from its string representation.SampleNameDatabaseUpdate. sampleName()Get the sampleName property: The name of the sample schema to apply when creating this database.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SampleName Modifier and Type Method Description static Collection<SampleName>SampleName. values()Methods in com.azure.resourcemanager.sql.models with parameters of type SampleName Modifier and Type Method Description SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT>SqlDatabase.DefinitionStages.WithSampleDatabase. fromSample(SampleName sampleName)Creates a new database from a restore point.SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT>SqlDatabase.DefinitionStages.WithSampleDatabaseAfterElasticPool. fromSample(SampleName sampleName)Creates a new database from a restore point.SqlDatabaseOperations.DefinitionStages.WithCreateAllOptionsSqlDatabaseOperations.DefinitionStages.WithSampleDatabase. fromSample(SampleName sampleName)Creates a new database from a restore point.SqlDatabaseOperations.DefinitionStages.WithCreateAfterElasticPoolOptionsSqlDatabaseOperations.DefinitionStages.WithSampleDatabaseAfterElasticPool. fromSample(SampleName sampleName)Creates a new database from a restore point.DatabaseUpdateDatabaseUpdate. withSampleName(SampleName sampleName)Set the sampleName property: The name of the sample schema to apply when creating this database.
-