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

ISqlSyncMemberOperationsDefinition 接口

定义

需要实现的所有定义的容器接口。

public interface ISqlSyncMemberOperationsDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncMember>, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithCreate, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithMemberDatabaseType, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithMemberPassword, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithMemberSqlDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithMemberSqlServer, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithMemberUserName, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithSqlServer, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithSyncDirection, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithSyncGroupName, Microsoft.Azure.Management.Sql.Fluent.SqlSyncMemberOperations.Definition.IWithSyncMemberDatabase
type ISqlSyncMemberOperationsDefinition = interface
    interface IBeta
    interface IWithSqlServer
    interface IWithSyncMemberDatabase
    interface IWithSyncGroupName
    interface IWithMemberSqlServer
    interface IWithMemberSqlDatabase
    interface IWithMemberUserName
    interface IWithMemberPassword
    interface IWithMemberDatabaseType
    interface IWithSyncDirection
    interface IWithCreate
    interface ICreatable<ISqlSyncMember>
    interface IIndexable
Public Interface ISqlSyncMemberOperationsDefinition
Implements IBeta, ICreatable(Of ISqlSyncMember), IWithCreate, IWithMemberDatabaseType, IWithMemberPassword, IWithMemberSqlDatabase, IWithMemberSqlServer, IWithMemberUserName, IWithSqlServer, IWithSyncDirection, IWithSyncGroupName, IWithSyncMemberDatabase
实现

属性

Key

需要实现的所有定义的容器接口。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行该请求。

(继承自 ICreatable<T>)
WithDatabaseType(SyncDirection)

设置同步方向。

(继承自 IWithSyncDirection)
WithExistingDatabaseName(String)

设置托管同步成员的数据库的名称。

(继承自 IWithSyncMemberDatabase)
WithExistingSqlServer(String, String)

设置其所属的父 SQL 服务器名称和资源组。

(继承自 IWithSqlServer)
WithExistingSyncGroup(ISqlSyncGroup)

设置新同步成员的父 SQL 服务器。

(继承自 IWithSqlServer)
WithExistingSyncGroupName(String)

设置托管同步成员的数据库的名称。

(继承自 IWithSyncGroupName)
WithMemberDatabaseType(SyncMemberDbType)

设置成员数据库类型。

(继承自 IWithMemberDatabaseType)
WithMemberPassword(String)

设置成员SQL 数据库密码。

(继承自 IWithMemberPassword)
WithMemberSqlDatabase(ISqlDatabase)

设置成员SQL 数据库。

(继承自 IWithMemberSqlServer)
WithMemberSqlDatabaseName(String)

设置成员SQL 数据库名称。

(继承自 IWithMemberSqlDatabase)
WithMemberSqlServerName(String)

设置成员 SQL Server 名称。

(继承自 IWithMemberSqlServer)
WithMemberUserName(String)

设置成员SQL 数据库用户名。

(继承自 IWithMemberUserName)

适用于