JobOperationsExtensions Members

The following tables list the members exposed by the JobOperationsExtensions type.

Public Methods

  Name Description
Create Create a job of the runbook. (see https://aka.ms/azureautomationsdk/joboperations for more information)
CreateAsync Create a job of the runbook. (see https://aka.ms/azureautomationsdk/joboperations for more information)
Get Retrieve the job identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information)
GetAsync Retrieve the job identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information)
GetOutput Retrieve the job output identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information)
GetOutputAsync Retrieve the job output identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information)
GetRunbookContent Retrieve the runbook content of the job identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information)
GetRunbookContentAsync Retrieve the runbook content of the job identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information)
List Retrieve a list of jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information)
ListAsync Retrieve a list of jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information)
ListNext Retrieve next list of jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information)
ListNextAsync Retrieve next list of jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information)
Resume Resume the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information)
ResumeAsync Resume the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information)
Stop Stop the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information)
StopAsync Stop the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information)
Suspend Suspend the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information)
SuspendAsync Suspend the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information)

Top

See Also

Reference

JobOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace