Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions
Packages that use SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions in com.azure.resourcemanager.sql.models
Subinterfaces of SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe first stage of the SQL database definition.static interfaceThe SQL database interface with all starting options for definition.static interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlDatabaseOperations.DefinitionStages.WithCreateAllOptionsModifier and TypeMethodDescriptionSqlDatabaseOperations.DefinitionStages.WithRestorePointDatabase.fromRestorePoint(RestorePoint restorePoint) Creates a new database from a restore point.SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabase.fromRestorePoint(RestorePoint restorePoint, OffsetDateTime restorePointDateTime) Creates a new database from a restore point.SqlDatabaseOperations.DefinitionStages.WithSampleDatabase.fromSample(SampleName sampleName) Creates a new database from a restore point.SqlDatabaseOperations.DefinitionStages.WithCollation.withCollation(String collation) Sets the collation for the SQL Database.SqlDatabaseOperations.DefinitionStages.WithMaxSizeBytes.withMaxSizeBytes(long maxSizeBytes) Sets the max size in bytes for SQL Database.SqlDatabaseOperations.DefinitionStages.WithCreateMode.withMode(CreateMode createMode) Sets the create mode for the SQL Database.SqlDatabaseOperations.DefinitionStages.WithEdition.withSku(DatabaseSku sku) Sets the sku for the SQL Database.Sets the sku for the SQL Database.