| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabase.DefinitionStages.WithExistingDatabase
The stage to decide whether using existing database or not.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithCreateWithElasticPoolOptions |
SqlDatabase.DefinitionStages.WithCollation.withCollation(String collation)
Sets the collation for the SQL Database.
|
SqlDatabase.DefinitionStages.WithCreateWithElasticPoolOptions |
SqlDatabase.DefinitionStages.WithMaxSizeBytes.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.
*/