Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes 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.withNewDatabase(String databaseName)
Deprecated.
|
SqlServer.Update |
SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition)
Deprecated.
|
SqlServer.Update |
SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition,
String... databaseNames)
Deprecated.
|
SqlServer.Update |
SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule(String ipAddress)
Deprecated.
|
SqlServer.Update |
SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule(String startIPAddress,
String endIPAddress)
Deprecated.
|
SqlServer.Update |
SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule(String startIPAddress,
String endIPAddress,
String firewallRuleName)
Deprecated.
|
SqlServer.Update |
SqlServer.UpdateStages.WithDatabase.withoutDatabase(String databaseName)
Deprecated.
|
SqlServer.Update |
SqlServer.UpdateStages.WithElasticPool.withoutElasticPool(String elasticPoolName)
Deprecated.
|
SqlServer.Update |
SqlServer.UpdateStages.WithFirewallRule.withoutFirewallRule(String firewallRuleName)
Deprecated.
|
SqlServer.Update |
SqlServer.UpdateStages.WithSystemAssignedManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()
Sets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource.
|
Copyright © 2019. All rights reserved.