| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabase.DefinitionStages.Blank<ParentT>
The first stage of the SQL Server Firewall rule definition.
|
static interface |
SqlDatabase.DefinitionStages.WithAllDifferentOptions<ParentT>
The SQL database interface with all starting options for definition.
|
static interface |
SqlDatabase.SqlDatabaseDefinition<ParentT>
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithRestorePointDatabase.fromRestorePoint(RestorePoint restorePoint)
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithRestorePointDatabase.fromRestorePoint(RestorePoint restorePoint,
org.joda.time.DateTime restorePointDateTime)
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithSampleDatabase.fromSample(SampleName sampleName)
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithAuthentication.withActiveDirectoryLoginAndPassword(String administratorLogin,
String administratorPassword) |
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithCollation.withCollation(String collation)
Sets the collation for the SQL Database.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithEdition.withEdition(DatabaseEdition edition)
Deprecated.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithMaxSizeBytes.withMaxSizeBytes(long maxSizeBytes)
Deprecated.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithServiceObjective.withServiceObjective(ServiceObjectiveName serviceLevelObjective)
Deprecated.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithAuthentication.withSqlAdministratorLoginAndPassword(String administratorLogin,
String administratorPassword) |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/