azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

32 строки
3.0 KiB
YAML

### YamlMime:JavaType
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model.Appliable.apply()
- com.microsoft.azure.management.resources.fluentcore.model.Appliable.applyAsync()
- com.microsoft.azure.management.resources.fluentcore.model.Appliable.applyAsync(final ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.model.Indexable.key()
- com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithAdministratorPassword.withAdministratorPassword(String)
- com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithDatabase.withNewDatabase(String)
- com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String,ElasticPoolEdition,String...)
- com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String,ElasticPoolEdition)
- com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String,ElasticPoolEditions,String...)
- com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String,ElasticPoolEditions)
- com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule(String)
- com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule(String,String)
- com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithFirewallRule.withNewFirewallRule(String,String,String)
- com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithDatabase.withoutDatabase(String)
- com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithElasticPool.withoutElasticPool(String)
- com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithFirewallRule.withoutFirewallRule(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags.withoutTag(String)
- com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithSystemAssignedManagedServiceIdentity.withSystemAssignedManagedServiceIdentity()
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags.withTag(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags.withTags(Map<String, String>)
nameWithType: SqlServer.Update
syntax: public interface Update extends Appliable<SqlServer>,SqlServer.UpdateStages.WithAdministratorPassword,SqlServer.UpdateStages.WithElasticPool,SqlServer.UpdateStages.WithDatabase,SqlServer.UpdateStages.WithFirewallRule,Appliable<SqlServer>,SqlServer.UpdateStages.WithAdministratorPassword,SqlServer.UpdateStages.WithElasticPool,SqlServer.UpdateStages.WithDatabase,SqlServer.UpdateStages.WithFirewallRule,SqlServer.UpdateStages.WithSystemAssignedManagedServiceIdentity,Resource.UpdateWithTags<Update>
type: interface
uid: com.microsoft.azure.management.sql.SqlServer.Update
fullName: com.microsoft.azure.management.sql.SqlServer.Update
name: SqlServer.Update
package: com.microsoft.azure.management.sql
summary: <p>The template for a SQLServer update operation, containing all the settings that can be modified. </p>
metadata: {}