次の方法で共有


IWithExecute インターフェイス

定義

定義のステージ。実行に必要な最小入力がすべて含まれていますが、その他のオプション設定を指定することもできます。

public interface IWithExecute : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseImportExportResponse>
type IWithExecute = interface
    interface IExecutable<ISqlDatabaseImportExportResponse>
    interface IIndexable
Public Interface IWithExecute
Implements IExecutable(Of ISqlDatabaseImportExportResponse)
派生
実装

プロパティ

Key

定義のステージ。実行に必要な最小入力がすべて含まれていますが、その他のオプション設定を指定することもできます。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

(継承元 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

要求を非同期的に実行します。

(継承元 IExecutable<T>)

適用対象