次の方法で共有


ISqlSyncGroup インターフェイス

定義

Azure SQL サーバー同期グループの不変のクライアント側表現。

public interface ISqlSyncGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncGroup,Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IUpdate>
type ISqlSyncGroup = interface
    interface IBeta
    interface IExternalChildResource<ISqlSyncGroup, ISqlDatabase>
    interface IChildResource<ISqlDatabase>
    interface IHasName
    interface IIndexable
    interface IHasParent<ISqlDatabase>
    interface IRefreshable<ISqlSyncGroup>
    interface IHasInner<SyncGroupInner>
    interface IHasResourceGroup
    interface IUpdatable<IUpdate>
Public Interface ISqlSyncGroup
Implements IBeta, IChildResource(Of ISqlDatabase), IExternalChildResource(Of ISqlSyncGroup, ISqlDatabase), IHasInner(Of SyncGroupInner), IHasParent(Of ISqlDatabase), IHasResourceGroup, IRefreshable(Of ISqlSyncGroup), IUpdatable(Of IUpdate)
実装

プロパティ

ConflictResolutionPolicy

同期グループの競合解決ポリシーを取得します。

DatabaseUserName

同期グループ ハブ データベース資格情報のユーザー名を取得します。

Id

Azure SQL サーバー同期グループの不変のクライアント側表現。

(継承元 IExternalChildResource<FluentModelT,IParentT>)
Inner

Azure SQL サーバー同期グループの不変のクライアント側表現。

(継承元 IHasInner<T>)
Interval

同期グループの同期間隔を取得します。

Key

Azure SQL サーバー同期グループの不変のクライアント側表現。

(継承元 IIndexable)
LastSyncTime

同期グループの最後の同期時刻を取得します。

Name

リソースの名前を取得します

(継承元 IHasName)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
ParentId

親SQL Database ID を取得します。

ResourceGroupName

Azure SQL サーバー同期グループの不変のクライアント側表現。

(継承元 IHasResourceGroup)
Schema

同期グループの同期スキーマを取得します。

SqlDatabaseName

この同期グループが属するSQL Databaseの名前を取得します。

SqlServerName

この同期グループが属するSQL Serverの名前を取得します。

SyncDatabaseId

同期グループ内の同期データベースの ARM リソース ID を取得します。

SyncMembers

Azure SQL サーバー同期グループの不変のクライアント側表現。

SyncState

同期グループの同期状態を取得します。

メソッド

CancelSynchronization()

同期グループの同期を取り消します。

CancelSynchronizationAsync(CancellationToken)

同期グループの同期を非同期的に取り消します。

Delete()

同期グループ リソースを削除します。

DeleteAsync(CancellationToken)

SQL 同期グループ リソースを非同期的に削除します。

ListHubSchemas()

ハブ データベース スキーマのコレクションを取得します。

ListHubSchemasAsync(CancellationToken)

ハブ データベース スキーマのコレクションを非同期的に取得します。

ListLogs(String, String, Type)

同期グループ ログのコレクションを取得します。

ListLogsAsync(String, String, Type, CancellationToken)

同期グループ ログのコレクションを非同期的に取得します。

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshHubSchema()

ハブ データベース スキーマを更新します。

RefreshHubSchemaAsync(CancellationToken)

ハブ データベース スキーマを非同期的に更新します。

TriggerSynchronization()

同期グループの同期をトリガーします。

TriggerSynchronizationAsync(CancellationToken)

同期グループの同期をトリガーします。

Update()

Azure SQL サーバー同期グループの不変のクライアント側表現。

(継承元 IUpdatable<T>)

適用対象