IUpdate Interface

Definition

The template for a SQLServer update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithAdministratorPassword, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithElasticPool, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithFirewallRule, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithSystemAssignedManagedServiceIdentity
type IUpdate = interface
    interface IBeta
    interface IAppliable<ISqlServer>
    interface IIndexable
    interface IWithAdministratorPassword
    interface IWithElasticPool
    interface IWithElasticPoolBeta
    interface IWithDatabase
    interface IWithFirewallRule
    interface IWithSystemAssignedManagedServiceIdentity
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of ISqlServer), IBeta, IUpdateWithTags(Of IUpdate), IWithAdministratorPassword, IWithDatabase, IWithElasticPool, IWithFirewallRule, IWithSystemAssignedManagedServiceIdentity
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
WithAdministratorPassword(String)

Sets the administrator login password.

(Inherited from IWithAdministratorPassword)
WithNewDatabase(String)

Create new database in the SQL Server.

(Inherited from IWithDatabase)
WithNewElasticPool(String, ElasticPoolEdition)

Create new elastic pool in the SQL Server.

(Inherited from IWithElasticPoolBeta)
WithNewElasticPool(String, ElasticPoolEdition, String[])

Create new elastic pool in the SQL Server.

(Inherited from IWithElasticPoolBeta)
WithNewFirewallRule(String)

Create new firewall rule in the SQL Server.

(Inherited from IWithFirewallRule)
WithNewFirewallRule(String, String)

Create new firewall rule in the SQL Server.

(Inherited from IWithFirewallRule)
WithNewFirewallRule(String, String, String)

Creates new firewall rule in the SQL Server.

(Inherited from IWithFirewallRule)
WithoutDatabase(String)

Remove database from the SQL Server.

(Inherited from IWithDatabase)
WithoutElasticPool(String)

Removes elastic pool from the SQL Server.

(Inherited from IWithElasticPool)
WithoutFirewallRule(String)

Removes firewall rule from the SQL Server.

(Inherited from IWithFirewallRule)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithSystemAssignedManagedServiceIdentity()

Sets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource.

(Inherited from IWithSystemAssignedManagedServiceIdentity)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IUpdateWithTags<T>)

Applies to