JobOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IJobOperations, String, JobCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IJobOperations, String, JobCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticGet(IJobOperations, String, Guid)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IJobOperations, String, Guid)

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

System_CAPS_pubmethodSystem_CAPS_staticGetOutput(IJobOperations, String, Guid)

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

System_CAPS_pubmethodSystem_CAPS_staticGetOutputAsync(IJobOperations, String, Guid)

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

System_CAPS_pubmethodSystem_CAPS_staticGetRunbookContent(IJobOperations, String, Guid)

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

System_CAPS_pubmethodSystem_CAPS_staticGetRunbookContentAsync(IJobOperations, String, Guid)

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

System_CAPS_pubmethodSystem_CAPS_staticList(IJobOperations, String, JobListParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IJobOperations, String, JobListParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticListNext(IJobOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticListNextAsync(IJobOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticResume(IJobOperations, String, Guid)

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

System_CAPS_pubmethodSystem_CAPS_staticResumeAsync(IJobOperations, String, Guid)

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

System_CAPS_pubmethodSystem_CAPS_staticStop(IJobOperations, String, Guid)

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

System_CAPS_pubmethodSystem_CAPS_staticStopAsync(IJobOperations, String, Guid)

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

System_CAPS_pubmethodSystem_CAPS_staticSuspend(IJobOperations, String, Guid)

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

System_CAPS_pubmethodSystem_CAPS_staticSuspendAsync(IJobOperations, String, Guid)

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

Return to top
Show: