Share via


JobOperationsExtensions 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.JobOperationsExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IJobOperations, String, JobCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IJobOperations, String, JobCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Get(IJobOperations, String, Guid)

Retrieve the job identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IJobOperations, String, Guid)

Retrieve the job identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static GetOutput(IJobOperations, String, Guid)

Retrieve the job output identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static GetOutputAsync(IJobOperations, String, Guid)

Retrieve the job output identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static GetRunbookContent(IJobOperations, String, Guid)

Retrieve the runbook content of the job identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static GetRunbookContentAsync(IJobOperations, String, Guid)

Retrieve the runbook content of the job identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static List(IJobOperations, String, JobListParameters)

Retrieve a list of jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IJobOperations, String, JobListParameters)

Retrieve a list of jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static ListNext(IJobOperations, String)

Retrieve next list of jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(IJobOperations, String)

Retrieve next list of jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static Resume(IJobOperations, String, Guid)

Resume the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static ResumeAsync(IJobOperations, String, Guid)

Resume the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static Stop(IJobOperations, String, Guid)

Stop the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static StopAsync(IJobOperations, String, Guid)

Stop the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static Suspend(IJobOperations, String, Guid)

Suspend the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubmethodSystem_CAPS_static SuspendAsync(IJobOperations, String, Guid)

Suspend the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations 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