Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ITestJobOperations 接口

定义

TestJobOperations 操作。

public interface ITestJobOperations
type ITestJobOperations = interface
Public Interface ITestJobOperations

方法

CreateAsync(String, String, TestJobCreateParameters, CancellationToken)

TestJobOperations 操作。

CreateWithHttpMessagesAsync(String, String, String, TestJobCreateParameters, Dictionary<String,List<String>>, CancellationToken)

创建 Runbook 的测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(String, String, String, CancellationToken)

TestJobOperations 操作。

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

检索指定 Runbook 的测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(String, String, String, CancellationToken)

TestJobOperations 操作。

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

恢复测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(String, String, String, CancellationToken)

TestJobOperations 操作。

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

停止测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(String, String, String, CancellationToken)

TestJobOperations 操作。

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

挂起测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

扩展方法

Create(ITestJobOperations, String, String, TestJobCreateParameters)

TestJobOperations 操作。

Create(ITestJobOperations, String, String, String, TestJobCreateParameters)

创建 Runbook 的测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)

TestJobOperations 操作。

CreateAsync(ITestJobOperations, String, String, String, TestJobCreateParameters, CancellationToken)

创建 Runbook 的测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

Get(ITestJobOperations, String, String, String)

检索指定 Runbook 的测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(ITestJobOperations, String, String, String)

TestJobOperations 操作。

GetAsync(ITestJobOperations, String, String, String, CancellationToken)

检索指定 Runbook 的测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

Resume(ITestJobOperations, String, String, String)

恢复测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(ITestJobOperations, String, String, String)

TestJobOperations 操作。

ResumeAsync(ITestJobOperations, String, String, String, CancellationToken)

恢复测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

Stop(ITestJobOperations, String, String, String)

停止测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(ITestJobOperations, String, String, String)

TestJobOperations 操作。

StopAsync(ITestJobOperations, String, String, String, CancellationToken)

停止测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

Suspend(ITestJobOperations, String, String, String)

挂起测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(ITestJobOperations, String, String, String)

TestJobOperations 操作。

SuspendAsync(ITestJobOperations, String, String, String, CancellationToken)

挂起测试作业。 http://aka.ms/azureautomationsdk/testjoboperations

适用于