| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlServer.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlServer.DefinitionStages.WithCreate |
SqlServer.DefinitionStages.WithAdministratorPassword.withAdministratorPassword(String administratorLoginPassword)
Sets the administrator login password.
|
SqlServer.DefinitionStages.WithCreate |
SqlServer.DefinitionStages.WithDatabase.withNewDatabase(String databaseName)
Creates new database in the SQL Server.
|
SqlServer.DefinitionStages.WithCreate |
SqlServer.DefinitionStages.WithElasticPool.withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition)
Creates new elastic pool in the SQL Server.
|
SqlServer.DefinitionStages.WithCreate |
SqlServer.DefinitionStages.WithElasticPool.withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition,
String... databaseNames)
Creates new elastic pool in the SQL Server.
|
SqlServer.DefinitionStages.WithCreate |
SqlServer.DefinitionStages.WithFirewallRule.withNewFirewallRule(String ipAddress)
Creates new firewall rule in the SQL Server.
|
SqlServer.DefinitionStages.WithCreate |
SqlServer.DefinitionStages.WithFirewallRule.withNewFirewallRule(String startIPAddress,
String endIPAddress)
Creates new firewall rule in the SQL Server.
|
SqlServer.DefinitionStages.WithCreate |
SqlServer.DefinitionStages.WithFirewallRule.withNewFirewallRule(String startIPAddress,
String endIPAddress,
String firewallRuleName)
Creates new firewall rule in the SQL Server.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/