Interface SqlServer.Update
-
- All Superinterfaces:
Appliable<SqlServer>,Indexable,Resource.UpdateWithTags<SqlServer.Update>,SqlServer.UpdateStages.WithAdministratorPassword,SqlServer.UpdateStages.WithDatabase,SqlServer.UpdateStages.WithElasticPool,SqlServer.UpdateStages.WithFirewallRule,SqlServer.UpdateStages.WithSystemAssignedManagedServiceIdentity
- Enclosing interface:
- SqlServer
public static interface SqlServer.Update extends Appliable<SqlServer>, SqlServer.UpdateStages.WithAdministratorPassword, SqlServer.UpdateStages.WithElasticPool, SqlServer.UpdateStages.WithDatabase, SqlServer.UpdateStages.WithFirewallRule, SqlServer.UpdateStages.WithSystemAssignedManagedServiceIdentity, Resource.UpdateWithTags<SqlServer.Update>
The template for a SQLServer update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServer.UpdateStages.WithAdministratorPassword
withAdministratorPassword
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServer.UpdateStages.WithDatabase
defineDatabase, withoutDatabase
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServer.UpdateStages.WithElasticPool
defineElasticPool, withoutElasticPool
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServer.UpdateStages.WithFirewallRule
defineFirewallRule, withoutFirewallRule
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServer.UpdateStages.WithSystemAssignedManagedServiceIdentity
withSystemAssignedManagedServiceIdentity
-
-