Uses of Interface
com.azure.resourcemanager.sql.models.SqlServer.Update
Packages that use SqlServer.Update
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlServer.Update in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlServer.UpdateModifier and TypeMethodDescriptionSqlServer.UpdateStages.WithPublicNetworkAccess.disablePublicNetworkAccess()Disables public network access for the SQL Server.SqlServer.UpdateStages.WithPublicNetworkAccess.enablePublicNetworkAccess()Enables public network access for the SQL Server.SqlServer.UpdateStages.WithAdministratorPassword.withAdministratorPassword(String administratorLoginPassword) Sets the administrator login password.SqlServer.UpdateStages.WithDatabase.withoutDatabase(String databaseName) Remove database from the SQL Server.SqlServer.UpdateStages.WithElasticPool.withoutElasticPool(String elasticPoolName) Removes elastic pool from the SQL Server.SqlServer.UpdateStages.WithFirewallRule.withoutFirewallRule(String firewallRuleName) Removes firewall rule from the SQL Server.SqlServer.UpdateStages.WithSystemAssignedManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()Sets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlServer.UpdateModifier and TypeMethodDescriptionSqlServer.UpdateStages.WithDatabase.defineDatabase(String databaseName) Begins the definition of a new SQL Database to be added to this server.SqlServer.UpdateStages.WithElasticPool.defineElasticPool(String elasticPoolName) Begins the definition of a new SQL Elastic Pool to be added to this server.SqlServer.UpdateStages.WithFirewallRule.defineFirewallRule(String firewallRuleName) Begins the definition of a new SQL Firewall rule to be added to this server.