Share via


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

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

System_CAPS_pubmethod GetAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod ResumeAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod StopAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod SuspendAsync(String, String, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod Create(String, TestJobCreateParameters)

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

System_CAPS_pubmethod CreateAsync(String, TestJobCreateParameters)

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

System_CAPS_pubmethod Get(String, String)

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

System_CAPS_pubmethod GetAsync(String, String)

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

System_CAPS_pubmethod Resume(String, String)

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

System_CAPS_pubmethod ResumeAsync(String, String)

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

System_CAPS_pubmethod Stop(String, String)

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

System_CAPS_pubmethod StopAsync(String, String)

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

System_CAPS_pubmethod Suspend(String, String)

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

System_CAPS_pubmethod 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