次の方法で共有


IUpdate インターフェイス

定義

変更できるすべての設定を含む SQL 同期グループの更新操作のテンプレート。

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
実装

プロパティ

Key

変更できるすべての設定を含む SQL 同期グループの更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithConflictResolutionPolicyHubWins()

競合解決ポリシーを "HubWin" に設定します。

(継承元 IWithConflictResolutionPolicy)
WithConflictResolutionPolicyMemberWins()

競合解決ポリシーを "MemberWin" に設定します。

(継承元 IWithConflictResolutionPolicy)
WithDatabasePassword(String)

データベース ログイン パスワードを設定します。

(継承元 IWithDatabasePassword)
WithDatabaseUserName(String)

データベース ユーザー名を設定します。

(継承元 IWithDatabaseUserName)
WithInterval(Int32)

同期頻度を設定します。

(継承元 IWithInterval)
WithSchema(SyncGroupSchema)

スキーマを設定します。

(継承元 IWithSchema)
WithSyncDatabaseId(String)

同期データベース ID を設定します。

(継承元 IWithSyncDatabaseId)

適用対象