ITestJobOperations Interface

Definition

Service operation for automation test jobs. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

public interface ITestJobOperations
type ITestJobOperations = interface
Public Interface ITestJobOperations

Methods

CreateAsync(String, TestJobCreateParameters, CancellationToken)

Create a test job of the runbook. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

GetAsync(String, String, CancellationToken)

Retrieve the test job for the specified runbook. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

ResumeAsync(String, String, CancellationToken)

Resume the test job. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

StopAsync(String, String, CancellationToken)

Stop the test job. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

SuspendAsync(String, String, CancellationToken)

Suspend the test job. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

Extension Methods

Create(ITestJobOperations, String, TestJobCreateParameters)

Create a test job of the runbook. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

CreateAsync(ITestJobOperations, String, TestJobCreateParameters)

Create a test job of the runbook. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

Get(ITestJobOperations, String, String)

Retrieve the test job for the specified runbook. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

GetAsync(ITestJobOperations, String, String)

Retrieve the test job for the specified runbook. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

Resume(ITestJobOperations, String, String)

Resume the test job. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

ResumeAsync(ITestJobOperations, String, String)

Resume the test job. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

Stop(ITestJobOperations, String, String)

Stop the test job. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

StopAsync(ITestJobOperations, String, String)

Stop the test job. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

Suspend(ITestJobOperations, String, String)

Suspend the test job. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

SuspendAsync(ITestJobOperations, String, String)

Suspend the test job. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

Applies to