IJobOperations Members
Service operation for automation jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information)
The following tables list the members exposed by the IJobOperations type.
Public Methods
(see also Extension Methods)
Name | Description | |
---|---|---|
CreateAsync | Create a job of the runbook. (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) | |
GetOutputAsync | Retrieve the job output 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) | |
ListAsync | Retrieve a 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) | |
ResumeAsync | Resume 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) | |
SuspendAsync | Suspend the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information) |
Top
Extension Methods
Name | Description | |
---|---|---|
Create | Create a job of the runbook. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
CreateAsync | Create a job of the runbook. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
Get | Retrieve the job identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
GetAsync | Retrieve the job identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
GetOutput | Retrieve the job output identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
GetOutputAsync | Retrieve the job output identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
GetRunbookContent | Retrieve the runbook content of the job identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
GetRunbookContentAsync | Retrieve the runbook content of the job identified by job id. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
List | Retrieve a list of jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
ListAsync | Retrieve a list of jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
ListNext | Retrieve next list of jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
ListNextAsync | Retrieve next list of jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
Resume | Resume the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
ResumeAsync | Resume the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
Stop | Stop the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
StopAsync | Stop the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
Suspend | Suspend the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) | |
SuspendAsync | Suspend the job identified by jobId. (see https://aka.ms/azureautomationsdk/joboperations for more information) (Defined by JobOperationsExtensions.) |
Top
See Also
Reference
IJobOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace