Share via


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

ISqlSyncMemberOperations 接口

定义

Azure SQL同步成员操作的表示形式。

public interface ISqlSyncMemberOperations : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithSqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type ISqlSyncMemberOperations = interface
    interface IBeta
    interface ISupportsCreating<IWithSqlServer>
Public Interface ISqlSyncMemberOperations
Implements IBeta, ISupportsCreating(Of IWithSqlServer)
实现

方法

Define(String)

Azure SQL同步成员操作的表示形式。

(继承自 ISupportsCreating<T>)
GetBySqlServer(String, String, String, String, String)

从Azure SQL服务器获取有关子资源的信息,并按其名称和资源组对其进行标识。

GetBySqlServerAsync(String, String, String, String, String, CancellationToken)

异步从Azure SQL服务器获取有关子资源的信息,并按其名称和资源组对其进行标识。

适用于