IUpdate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
変更できるすべての設定を含む 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) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET