次の方法で共有


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)

適用対象