ITestJobOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TestJobOperations operations.
In this article
public interface ITestJobOperations
type ITestJobOperations = interface
Public Interface ITestJobOperations
Methods
CreateAsync(String, String, TestJobCreateParameters, CancellationToken)
CreateWithHttpMessagesAsync(String, String, String, TestJobCreateParameters, Dictionary<String,List<String>>, CancellationToken)
Create a test job of the runbook.
http://aka.ms/azureautomationsdk/testjoboperations
GetAsync(String, String, String, CancellationToken)
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Retrieve the test job for the specified runbook.
http://aka.ms/azureautomationsdk/testjoboperations
ResumeAsync(String, String, String, CancellationToken)
ResumeWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Resume the test job.
http://aka.ms/azureautomationsdk/testjoboperations
StopAsync(String, String, String, CancellationToken)
StopWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Stop the test job.
http://aka.ms/azureautomationsdk/testjoboperations
SuspendAsync(String, String, String, CancellationToken)
SuspendWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Suspend the test job.
http://aka.ms/azureautomationsdk/testjoboperations
Extension Methods
Create(ITestJobOperations, String, String, TestJobCreateParameters)
Create(ITestJobOperations, String, String, String, TestJobCreateParameters)
Create a test job of the runbook.
http://aka.ms/azureautomationsdk/testjoboperations
CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)
CreateAsync(ITestJobOperations, String, String, String, TestJobCreateParameters, CancellationToken)
Create a test job of the runbook.
http://aka.ms/azureautomationsdk/testjoboperations
Get(ITestJobOperations, String, String, String)
Retrieve the test job for the specified runbook.
http://aka.ms/azureautomationsdk/testjoboperations
GetAsync(ITestJobOperations, String, String, String)
GetAsync(ITestJobOperations, String, String, String, CancellationToken)
Retrieve the test job for the specified runbook.
http://aka.ms/azureautomationsdk/testjoboperations
Resume(ITestJobOperations, String, String, String)
Resume the test job.
http://aka.ms/azureautomationsdk/testjoboperations
ResumeAsync(ITestJobOperations, String, String, String)
ResumeAsync(ITestJobOperations, String, String, String, CancellationToken)
Resume the test job.
http://aka.ms/azureautomationsdk/testjoboperations
Stop(ITestJobOperations, String, String, String)
Stop the test job.
http://aka.ms/azureautomationsdk/testjoboperations
StopAsync(ITestJobOperations, String, String, String)
StopAsync(ITestJobOperations, String, String, String, CancellationToken)
Stop the test job.
http://aka.ms/azureautomationsdk/testjoboperations
Suspend(ITestJobOperations, String, String, String)
Suspend the test job.
http://aka.ms/azureautomationsdk/testjoboperations
SuspendAsync(ITestJobOperations, String, String, String)
SuspendAsync(ITestJobOperations, String, String, String, CancellationToken)
Suspend the test job.
http://aka.ms/azureautomationsdk/testjoboperations
Applies to