你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 数据库 ID。

ResourceGroupName

Azure SQL服务器同步组的不可变客户端表示形式。

(继承自 IHasResourceGroup)
Schema

获取同步组的同步架构。

SqlDatabaseName

获取此同步组所属SQL 数据库的名称。

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>)

适用于