| Modifier and Type | Method and Description |
|---|---|
SqlServer.Update |
SqlServer.UpdateStages.WithAdministratorPassword.withAdministratorPassword(String administratorLoginPassword)
Sets the administrator login password.
|
SqlServer.Update |
SqlServer.UpdateStages.WithDatabase.withNewDatabase(String databaseName)
Create new database in the SQL Server.
|
SqlServer.Update |
SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition)
Create new elastic pool in the SQL Server.
|
SqlServer.Update |
SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition,
String... databaseNames)
Create new elastic pool in the SQL Server.
|
SqlServer.Update |
SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule(String ipAddress)
Create new firewall rule in the SQL Server.
|
SqlServer.Update |
SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule(String startIPAddress,
String endIPAddress)
Create new firewall rule in the SQL Server.
|
SqlServer.Update |
SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule(String startIPAddress,
String endIPAddress,
String firewallRuleName)
Creates new firewall rule in the SQL Server.
|
SqlServer.Update |
SqlServer.UpdateStages.WithDatabase.withoutDatabase(String databaseName)
Remove database from the SQL Server.
|
SqlServer.Update |
SqlServer.UpdateStages.WithElasticPool.withoutElasticPool(String elasticPoolName)
Removes elastic pool from the SQL Server.
|
SqlServer.Update |
SqlServer.UpdateStages.WithFirewallRule.withoutFirewallRule(String firewallRuleName)
Removes firewall rule from 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.
*/