次の方法で共有


ISqlSyncGroupOperationsDefinition インターフェイス

定義

実装する必要があるすべての定義のコンテナー インターフェイス。

public interface ISqlSyncGroupOperationsDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncGroup>, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithConflictResolutionPolicy, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithCreate, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithDatabasePassword, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithDatabaseUserName, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithSqlServer, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithSyncDatabaseId, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithSyncGroupDatabase
type ISqlSyncGroupOperationsDefinition = interface
    interface IBeta
    interface IWithSqlServer
    interface IWithSyncGroupDatabase
    interface IWithSyncDatabaseId
    interface IWithDatabaseUserName
    interface IWithDatabasePassword
    interface IWithConflictResolutionPolicy
    interface IWithInterval
    interface IWithSchema
    interface IWithCreate
    interface ICreatable<ISqlSyncGroup>
    interface IIndexable
Public Interface ISqlSyncGroupOperationsDefinition
Implements IBeta, ICreatable(Of ISqlSyncGroup), IWithConflictResolutionPolicy, IWithCreate, IWithDatabasePassword, IWithDatabaseUserName, IWithSqlServer, IWithSyncDatabaseId, IWithSyncGroupDatabase
実装

プロパティ

Key

実装する必要があるすべての定義のコンテナー インターフェイス。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

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

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

(継承元 IWithConflictResolutionPolicy)
WithConflictResolutionPolicyMemberWins()

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

(継承元 IWithConflictResolutionPolicy)
WithDatabasePassword(String)

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

(継承元 IWithDatabasePassword)
WithDatabaseUserName(String)

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

(継承元 IWithDatabaseUserName)
WithExistingDatabaseName(String)

同期グループがホストされているデータベースの名前を設定します。

(継承元 IWithSyncGroupDatabase)
WithExistingSqlDatabase(ISqlDatabase)

新しい同期グループの親 SQL サーバーを設定します。

(継承元 IWithSqlServer)
WithExistingSqlServer(String, String)

親 SQL サーバー名と、それが属するリソース グループを設定します。

(継承元 IWithSqlServer)
WithInterval(Int32)

同期頻度を設定します。

(継承元 IWithInterval)
WithSchema(SyncGroupSchema)

スキーマを設定します。

(継承元 IWithSchema)
WithSyncDatabaseId(String)

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

(継承元 IWithSyncDatabaseId)

適用対象