TestJobOperationsExtensions Class

Definition

Extension methods for TestJobOperations.

public static class TestJobOperationsExtensions
type TestJobOperationsExtensions = class
Public Module TestJobOperationsExtensions
Inheritance
TestJobOperationsExtensions

Methods

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

Create a test job of the runbook. http://aka.ms/azureautomationsdk/testjoboperations

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

Create a test job of the runbook. http://aka.ms/azureautomationsdk/testjoboperations

CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)
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