TestJobOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(ITestJobOperations^, String^, TestJobCreateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(ITestJobOperations^, String^, TestJobCreateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticGet(ITestJobOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(ITestJobOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticResume(ITestJobOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticResumeAsync(ITestJobOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticStop(ITestJobOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticStopAsync(ITestJobOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticSuspend(ITestJobOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticSuspendAsync(ITestJobOperations^, String^, String^)

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

Return to top
Show: