TestJobOperationsExtensions Class

 

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

System::Object
  Microsoft.WindowsAzure.Management.Automation::TestJobOperationsExtensions

[ExtensionAttribute]
public ref class TestJobOperationsExtensions abstract sealed 

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)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: