Uses of Interface
com.microsoft.azure.management.sql.SqlServer.Update
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlServer.Update in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlServer.UpdateStages.WithAdministratorPassword.withAdministratorPassword
(String administratorLoginPassword) Sets the administrator login password.SqlServer.UpdateStages.WithDatabase.withNewDatabase
(String databaseName) Deprecated.SqlServer.UpdateStages.WithElasticPool.withNewElasticPool
(String elasticPoolName, ElasticPoolEdition elasticPoolEdition) Deprecated.SqlServer.UpdateStages.WithElasticPool.withNewElasticPool
(String elasticPoolName, ElasticPoolEdition elasticPoolEdition, String... databaseNames) Deprecated.SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule
(String ipAddress) Deprecated.SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule
(String startIPAddress, String endIPAddress) Deprecated.SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule
(String startIPAddress, String endIPAddress, String firewallRuleName) Deprecated.SqlServer.UpdateStages.WithDatabase.withoutDatabase
(String databaseName) Deprecated.SqlServer.UpdateStages.WithElasticPool.withoutElasticPool
(String elasticPoolName) Deprecated.SqlServer.UpdateStages.WithFirewallRule.withoutFirewallRule
(String firewallRuleName) Deprecated.SqlServer.UpdateStages.WithSystemAssignedManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()
Sets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource.