IUpdate Interface

Definition

The template for a SQL Sync Group 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.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncGroup>, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IWithConflictResolutionPolicy, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IWithDatabasePassword, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IWithDatabaseUserName, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IWithInterval, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IWithSchema, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IWithSyncDatabaseId
type IUpdate = interface
    interface IBeta
    interface IWithSyncDatabaseId
    interface IWithDatabaseUserName
    interface IWithDatabasePassword
    interface IWithConflictResolutionPolicy
    interface IWithInterval
    interface IWithSchema
    interface IAppliable<ISqlSyncGroup>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlSyncGroup), IBeta, IWithConflictResolutionPolicy, IWithDatabasePassword, IWithDatabaseUserName, IWithInterval, IWithSchema, IWithSyncDatabaseId
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>)
WithConflictResolutionPolicyHubWins()

Sets the conflict resolution policy to "HubWin".

(Inherited from IWithConflictResolutionPolicy)
WithConflictResolutionPolicyMemberWins()

Sets the conflict resolution policy to "MemberWin".

(Inherited from IWithConflictResolutionPolicy)
WithDatabasePassword(String)

Sets the database login password.

(Inherited from IWithDatabasePassword)
WithDatabaseUserName(String)

Sets the database user name.

(Inherited from IWithDatabaseUserName)
WithInterval(Int32)

Sets the sync frequency.

(Inherited from IWithInterval)
WithSchema(SyncGroupSchema)

Sets the schema.

(Inherited from IWithSchema)
WithSyncDatabaseId(String)

Sets the sync database ID.

(Inherited from IWithSyncDatabaseId)

Applies to