IJobOperations Methods

 

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

NameDescription
System_CAPS_pubmethodCreateAsync(String^, JobCreateParameters^, CancellationToken)

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

System_CAPS_pubmethodGetAsync(String^, Guid, CancellationToken)

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

System_CAPS_pubmethodGetOutputAsync(String^, Guid, CancellationToken)

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

System_CAPS_pubmethodGetRunbookContentAsync(String^, Guid, CancellationToken)

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

System_CAPS_pubmethodListAsync(String^, JobListParameters^, CancellationToken)

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

System_CAPS_pubmethodListNextAsync(String^, CancellationToken)

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

System_CAPS_pubmethodResumeAsync(String^, Guid, CancellationToken)

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

System_CAPS_pubmethodStopAsync(String^, Guid, CancellationToken)

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

System_CAPS_pubmethodSuspendAsync(String^, Guid, CancellationToken)

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

NameDescription
System_CAPS_pubmethodCreate(String^, JobCreateParameters^)

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

System_CAPS_pubmethodCreateAsync(String^, JobCreateParameters^)

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

System_CAPS_pubmethodGet(String^, Guid)

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

System_CAPS_pubmethodGetAsync(String^, Guid)

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

System_CAPS_pubmethodGetOutput(String^, Guid)

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

System_CAPS_pubmethodGetOutputAsync(String^, Guid)

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

System_CAPS_pubmethodGetRunbookContent(String^, Guid)

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

System_CAPS_pubmethodGetRunbookContentAsync(String^, Guid)

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

System_CAPS_pubmethodList(String^, JobListParameters^)

Retrieve a list of jobs. (see http://aka.ms/azureautomationsdk/joboperations for more information)(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodListAsync(String^, JobListParameters^)

Retrieve a list of jobs. (see http://aka.ms/azureautomationsdk/joboperations for more information)(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodListNext(String^)

Retrieve next list of jobs. (see http://aka.ms/azureautomationsdk/joboperations for more information)(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodListNextAsync(String^)

Retrieve next list of jobs. (see http://aka.ms/azureautomationsdk/joboperations for more information)(Defined by JobOperationsExtensions.)

System_CAPS_pubmethodResume(String^, Guid)

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

System_CAPS_pubmethodResumeAsync(String^, Guid)

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

System_CAPS_pubmethodStop(String^, Guid)

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

System_CAPS_pubmethodStopAsync(String^, Guid)

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

System_CAPS_pubmethodSuspend(String^, Guid)

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

System_CAPS_pubmethodSuspendAsync(String^, Guid)

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

Return to top
Show: