ITestJobStreamsOperations インターフェイス

定義

TestJobStreamsOperations 操作。

public interface ITestJobStreamsOperations
type ITestJobStreamsOperations = interface
Public Interface ITestJobStreamsOperations

メソッド

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

Runbook 名とストリーム ID で識別されるテスト ジョブのテスト ジョブ ストリームを取得します。 http://aka.ms/azureautomationsdk/jobstreamoperations

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

Runbook 名で識別されるテスト ジョブ ストリームの一覧を取得します。 http://aka.ms/azureautomationsdk/jobstreamoperations

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

Runbook 名で識別されるテスト ジョブ ストリームの一覧を取得します。 http://aka.ms/azureautomationsdk/jobstreamoperations

拡張メソッド

Get(ITestJobStreamsOperations, String, String, String, String)

Runbook 名とストリーム ID で識別されるテスト ジョブのテスト ジョブ ストリームを取得します。 http://aka.ms/azureautomationsdk/jobstreamoperations

GetAsync(ITestJobStreamsOperations, String, String, String, String, CancellationToken)

Runbook 名とストリーム ID で識別されるテスト ジョブのテスト ジョブ ストリームを取得します。 http://aka.ms/azureautomationsdk/jobstreamoperations

ListByTestJob(ITestJobStreamsOperations, String, String, String, String)

Runbook 名で識別されるテスト ジョブ ストリームの一覧を取得します。 http://aka.ms/azureautomationsdk/jobstreamoperations

ListByTestJobAsync(ITestJobStreamsOperations, String, String, String, String, CancellationToken)

Runbook 名で識別されるテスト ジョブ ストリームの一覧を取得します。 http://aka.ms/azureautomationsdk/jobstreamoperations

ListByTestJobNext(ITestJobStreamsOperations, String)

Runbook 名で識別されるテスト ジョブ ストリームの一覧を取得します。 http://aka.ms/azureautomationsdk/jobstreamoperations

ListByTestJobNextAsync(ITestJobStreamsOperations, String, CancellationToken)

Runbook 名で識別されるテスト ジョブ ストリームの一覧を取得します。 http://aka.ms/azureautomationsdk/jobstreamoperations

適用対象