次の方法で共有


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.ISqlSyncMember>, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMember.Update.IWithMemberDatabaseType, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMember.Update.IWithMemberPassword, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMember.Update.IWithMemberUserName, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMember.Update.IWithSyncDirection
type IUpdate = interface
    interface IBeta
    interface IWithMemberUserName
    interface IWithMemberPassword
    interface IWithMemberDatabaseType
    interface IWithSyncDirection
    interface IAppliable<ISqlSyncMember>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlSyncMember), IBeta, IWithMemberDatabaseType, IWithMemberPassword, IWithMemberUserName, IWithSyncDirection
実装

プロパティ

Key

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

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

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

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

(継承元 IAppliable<T>)
WithDatabaseType(SyncDirection)

同期の方向を設定します。

(継承元 IWithSyncDirection)
WithMemberDatabaseType(SyncMemberDbType)

メンバー データベースの種類を設定します。

(継承元 IWithMemberDatabaseType)
WithMemberPassword(String)

メンバー SQL Databaseパスワードを設定します。

(継承元 IWithMemberPassword)
WithMemberUserName(String)

ユーザー名SQL Databaseメンバーを設定します。

(継承元 IWithMemberUserName)

適用対象