SqlServer.Update Interface
public interface Update extends Appliable,SqlServer.UpdateStages.WithAdministratorPassword,SqlServer.UpdateStages.WithElasticPool,SqlServer.UpdateStages.WithDatabase,SqlServer.UpdateStages.WithFirewallRule,Appliable,SqlServer.UpdateStages.WithAdministratorPassword,SqlServer.UpdateStages.WithElasticPool,SqlServer.UpdateStages.WithDatabase,SqlServer.UpdateStages.WithFirewallRule,SqlServer.UpdateStages.WithSystemAssignedManagedServiceIdentity,Resource.UpdateWithTags
The template for a SQLServer update operation, containing all the settings that can be modified.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
SqlServer.UpdateStages.WithAdministratorPassword.withAdministratorPassword(String administratorLoginPassword)
SqlServer.UpdateStages.WithDatabase.withNewDatabase(String databaseName)
SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition, String... databaseNames)
SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition)
SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition, String... databaseNames)
SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition)
SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule(String ipAddress)
SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule(String startIPAddress, String endIPAddress)
SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule(String startIPAddress, String endIPAddress, String firewallRuleName)
SqlServer.UpdateStages.WithDatabase.withoutDatabase(String databaseName)
SqlServer.UpdateStages.WithElasticPool.withoutElasticPool(String elasticPoolName)
SqlServer.UpdateStages.WithFirewallRule.withoutFirewallRule(String firewallRuleName)
Resource.UpdateWithTags<T>.withoutTag(String key)
SqlServer.UpdateStages.WithSystemAssignedManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()
Resource.UpdateWithTags<T>.withTag(String key, String value)
Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java