ITestJobOperations Interface

 

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

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

public interface class ITestJobOperations

NameDescription
System_CAPS_pubmethodCreateAsync(String^, TestJobCreateParameters^, CancellationToken)

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

System_CAPS_pubmethodGetAsync(String^, String^, CancellationToken)

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

System_CAPS_pubmethodResumeAsync(String^, String^, CancellationToken)

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

System_CAPS_pubmethodStopAsync(String^, String^, CancellationToken)

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

System_CAPS_pubmethodSuspendAsync(String^, String^, CancellationToken)

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

NameDescription
System_CAPS_pubmethodCreate(String^, TestJobCreateParameters^)

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

System_CAPS_pubmethodCreateAsync(String^, TestJobCreateParameters^)

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

System_CAPS_pubmethodGet(String^, String^)

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

System_CAPS_pubmethodGetAsync(String^, String^)

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

System_CAPS_pubmethodResume(String^, String^)

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

System_CAPS_pubmethodResumeAsync(String^, String^)

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

System_CAPS_pubmethodStop(String^, String^)

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

System_CAPS_pubmethodStopAsync(String^, String^)

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

System_CAPS_pubmethodSuspend(String^, String^)

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

System_CAPS_pubmethodSuspendAsync(String^, String^)

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

Return to top
Show: