Share via


TestJobOperationsExtensions Class

 

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

Inheritance Hierarchy

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

Syntax

public static class TestJobOperationsExtensions
[ExtensionAttribute]
public ref class TestJobOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type TestJobOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class TestJobOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(ITestJobOperations, String, TestJobCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(ITestJobOperations, String, TestJobCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Get(ITestJobOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(ITestJobOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Resume(ITestJobOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static ResumeAsync(ITestJobOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Stop(ITestJobOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static StopAsync(ITestJobOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Suspend(ITestJobOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static SuspendAsync(ITestJobOperations, String, String)

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

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top