Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabase.DefinitionStages.WithAttachAllOptions
Packages that use SqlDatabase.DefinitionStages.WithAttachAllOptions
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlDatabase.DefinitionStages.WithAttachAllOptions in com.azure.resourcemanager.sql.models
Subinterfaces of SqlDatabase.DefinitionStages.WithAttachAllOptions in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptionstatic interfaceSqlDatabase.DefinitionStages.Blank<ParentT>The first stage of the SQL Server Firewall rule definition.static interfaceThe SQL database interface with all starting options for definition.static interfaceSqlDatabase.SqlDatabaseDefinition<ParentT>Container interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlDatabase.DefinitionStages.WithAttachAllOptionsModifier and TypeMethodDescriptionSqlDatabase.DefinitionStages.WithRestorePointDatabase.fromRestorePoint(RestorePoint restorePoint) Creates a new database from a restore point.SqlDatabase.DefinitionStages.WithRestorePointDatabase.fromRestorePoint(RestorePoint restorePoint, OffsetDateTime restorePointDateTime) Creates a new database from a restore point.SqlDatabase.DefinitionStages.WithSampleDatabase.fromSample(SampleName sampleName) Creates a new database from a restore point.SqlDatabase.DefinitionStages.WithAuthentication.withActiveDirectoryLoginAndPassword(String administratorLogin, String administratorPassword) Specifies Active Directory login name and login password.SqlDatabase.DefinitionStages.WithCollation.withCollation(String collation) Sets the collation for the SQL Database.SqlDatabase.DefinitionStages.WithMaxSizeBytes.withMaxSizeBytes(long maxSizeBytes) Sets the max size in bytes for SQL Database.SqlDatabase.DefinitionStages.WithSku.withSku(DatabaseSku sku) Sets the sku for the SQL Database.Sets the sku for the SQL Database.SqlDatabase.DefinitionStages.WithAuthentication.withSqlAdministratorLoginAndPassword(String administratorLogin, String administratorPassword) Specifies administrator login name and login password.