你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ITestJobStreamsOperations 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
|
适用于