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

IWithCreate 接口

定义

SQL 同步组定义的最后一个阶段。

public interface IWithCreate : 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.IWithInterval, Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithSchema
type IWithCreate = interface
    interface IWithInterval
    interface IBeta
    interface IWithSchema
    interface ICreatable<ISqlSyncGroup>
    interface IIndexable
Public Interface IWithCreate
Implements IBeta, ICreatable(Of ISqlSyncGroup), IWithInterval, IWithSchema
派生
实现

属性

Key

SQL 同步组定义的最后一个阶段。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

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

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

(继承自 ICreatable<T>)
WithInterval(Int32)

设置同步频率。

(继承自 IWithInterval)
WithSchema(SyncGroupSchema)

设置架构。

(继承自 IWithSchema)

适用于