ITestJobOperations Interface

 

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

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public interface ITestJobOperations
public interface class ITestJobOperations
type ITestJobOperations = interface end
Public Interface ITestJobOperations

Methods

Name Description
CreateAsync(String, TestJobCreateParameters, CancellationToken)

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

GetAsync(String, String, CancellationToken)

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

ResumeAsync(String, String, CancellationToken)

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

StopAsync(String, String, CancellationToken)

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

SuspendAsync(String, String, CancellationToken)

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

Extension Methods

Name Description
Create(String, TestJobCreateParameters)

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

CreateAsync(String, TestJobCreateParameters)

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

Get(String, String)

Retrieve the test job for the specified runbook. (see https://aka.ms/azureautomationsdk/testjoboperations for more information)(Defined by TestJobOperationsExtensions.)

GetAsync(String, String)

Retrieve the test job for the specified runbook. (see https://aka.ms/azureautomationsdk/testjoboperations for more information)(Defined by TestJobOperationsExtensions.)

Resume(String, String)

Resume the test job. (see https://aka.ms/azureautomationsdk/testjoboperations for more information)(Defined by TestJobOperationsExtensions.)

ResumeAsync(String, String)

Resume the test job. (see https://aka.ms/azureautomationsdk/testjoboperations for more information)(Defined by TestJobOperationsExtensions.)

Stop(String, String)

Stop the test job. (see https://aka.ms/azureautomationsdk/testjoboperations for more information)(Defined by TestJobOperationsExtensions.)

StopAsync(String, String)

Stop the test job. (see https://aka.ms/azureautomationsdk/testjoboperations for more information)(Defined by TestJobOperationsExtensions.)

Suspend(String, String)

Suspend the test job. (see https://aka.ms/azureautomationsdk/testjoboperations for more information)(Defined by TestJobOperationsExtensions.)

SuspendAsync(String, String)

Suspend the test job. (see https://aka.ms/azureautomationsdk/testjoboperations for more information)(Defined by TestJobOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top