Uses of Class
com.azure.resourcemanager.sql.models.SampleName
Packages that use SampleName
Package
Description
Package containing the inner data models for SqlManagementClient.
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 SampleNameModifier and TypeMethodDescriptionDatabaseInner.sampleName()Get the sampleName property: The name of the sample schema to apply when creating this database.DatabaseProperties.sampleName()Get the sampleName property: The name of the sample schema to apply when creating this database.DatabaseUpdateProperties.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 SampleNameModifier and TypeMethodDescriptionDatabaseInner.withSampleName(SampleName sampleName) Set the sampleName property: The name of the sample schema to apply when creating this database.DatabaseProperties.withSampleName(SampleName sampleName) Set the sampleName property: The name of the sample schema to apply when creating this database.DatabaseUpdateProperties.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
Subclasses with type arguments of type SampleName in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionfinal classThe name of the sample schema to apply when creating this database.Fields in com.azure.resourcemanager.sql.models declared as SampleNameModifier and TypeFieldDescriptionstatic final SampleNameSampleName.ADVENTURE_WORKS_LTStatic value AdventureWorksLT for SampleName.static final SampleNameSampleName.WIDE_WORLD_IMPORTERS_FULLStatic value WideWorldImportersFull for SampleName.static final SampleNameSampleName.WIDE_WORLD_IMPORTERS_STDStatic value WideWorldImportersStd for SampleName.Methods in com.azure.resourcemanager.sql.models that return SampleNameModifier and TypeMethodDescriptionstatic SampleNameSampleName.fromString(String name) Creates or finds a SampleName from its string representation.DatabaseUpdate.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 SampleNameModifier and TypeMethodDescriptionstatic Collection<SampleName> SampleName.values()Gets known SampleName values.Methods in com.azure.resourcemanager.sql.models 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 the sampleName property: The name of the sample schema to apply when creating this database.