次の方法で共有


IJobStepExecutionsOperations インターフェイス

定義

JobStepExecutionsOperations 操作。

public interface IJobStepExecutionsOperations
type IJobStepExecutionsOperations = interface
Public Interface IJobStepExecutionsOperations

メソッド

GetWithHttpMessagesAsync(String, String, String, String, Guid, String, Dictionary<String,List<String>>, CancellationToken)

ジョブ実行のステップ実行を取得します。

ListByJobExecutionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

ジョブ実行のステップ実行を一覧表示します。

ListByJobExecutionWithHttpMessagesAsync(String, String, String, String, Guid, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

ジョブ実行のステップ実行を一覧表示します。

拡張メソッド

Get(IJobStepExecutionsOperations, String, String, String, String, Guid, String)

ジョブ実行のステップ実行を取得します。

GetAsync(IJobStepExecutionsOperations, String, String, String, String, Guid, String, CancellationToken)

ジョブ実行のステップ実行を取得します。

ListByJobExecution(IJobStepExecutionsOperations, String, String, String, String, Guid, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>)

ジョブ実行のステップ実行を一覧表示します。

ListByJobExecutionAsync(IJobStepExecutionsOperations, String, String, String, String, Guid, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

ジョブ実行のステップ実行を一覧表示します。

ListByJobExecutionNext(IJobStepExecutionsOperations, String)

ジョブ実行のステップ実行を一覧表示します。

ListByJobExecutionNextAsync(IJobStepExecutionsOperations, String, CancellationToken)

ジョブ実行のステップ実行を一覧表示します。

適用対象