| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SqlServer.Update |
SqlServer.UpdateStages.WithAdministratorPassword.withAdministratorPassword(String administratorLoginPassword)
Sets the administrator login password.
|
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.
|
SqlServer.Update |
SqlServer.UpdateStages.WithSystemAssignedManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()
Sets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.