| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT>
The stage to decide whether using existing database or not.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> |
SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool.fromRestorePoint(RestorePoint restorePoint)
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> |
SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool.fromRestorePoint(RestorePoint restorePoint,
org.joda.time.DateTime restorePointDateTime)
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.
|
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> |
SqlDatabase.DefinitionStages.WithCollationAfterElasticPoolOptions.withCollation(String collation)
Sets the collation for the SQL Database.
|
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> |
SqlDatabase.DefinitionStages.WithMaxSizeBytesAfterElasticPoolOptions.withMaxSizeBytes(long maxSizeBytes)
Sets the max size in bytes for SQL Database.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/