你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ISqlSyncGroupOperationsDefinition 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
需要实现的所有定义的容器接口。
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) |