IJobOperations Interfaz

Definición

Operaciones jobOperations.

public interface IJobOperations
type IJobOperations = interface
Public Interface IJobOperations

Métodos

CreateAsync(String, String, JobCreateParameters, CancellationToken)

Operaciones jobOperations.

CreateWithHttpMessagesAsync(String, String, String, JobCreateParameters, String, Dictionary<String,List<String>>, CancellationToken)

Cree un trabajo del runbook. http://aka.ms/azureautomationsdk/joboperations

GetAsync(String, String, Guid, CancellationToken)

Operaciones jobOperations.

GetOutputAsync(String, String, Guid, CancellationToken)

Operaciones jobOperations.

GetOutputWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Recupere la salida del trabajo identificada por el nombre del trabajo. http://aka.ms/azureautomationsdk/joboperations

GetRunbookContentAsync(String, String, Guid, CancellationToken)

Operaciones jobOperations.

GetRunbookContentWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Recupere el contenido del runbook del trabajo identificado por nombre de trabajo. http://aka.ms/azureautomationsdk/joboperations

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Recupere el trabajo identificado por nombre de trabajo. http://aka.ms/azureautomationsdk/joboperations

ListAsync(String, String, JobListParameters, CancellationToken)

Operaciones jobOperations.

ListByAutomationAccountNextWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Recuperar una lista de trabajos. http://aka.ms/azureautomationsdk/joboperations

ListByAutomationAccountWithHttpMessagesAsync(String, String, ODataQuery<JobCollectionItem>, String, Dictionary<String,List<String>>, CancellationToken)

Recuperar una lista de trabajos. http://aka.ms/azureautomationsdk/joboperations

ListNextAsync(String, CancellationToken)

Operaciones jobOperations.

ResumeAsync(String, String, Guid, CancellationToken)

Operaciones jobOperations.

ResumeWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Reanude el trabajo identificado por jobName. http://aka.ms/azureautomationsdk/joboperations

StopAsync(String, String, Guid, CancellationToken)

Operaciones jobOperations.

StopWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Detenga el trabajo identificado por jobName. http://aka.ms/azureautomationsdk/joboperations

SuspendAsync(String, String, Guid, CancellationToken)

Operaciones jobOperations.

SuspendWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Suspenda el trabajo identificado por nombre de trabajo. http://aka.ms/azureautomationsdk/joboperations

Métodos de extensión

Create(IJobOperations, String, String, JobCreateParameters)

Operaciones jobOperations.

Create(IJobOperations, String, String, String, JobCreateParameters, String)

Cree un trabajo del runbook. http://aka.ms/azureautomationsdk/joboperations

CreateAsync(IJobOperations, String, String, JobCreateParameters)

Operaciones jobOperations.

CreateAsync(IJobOperations, String, String, String, JobCreateParameters, String, CancellationToken)

Cree un trabajo del runbook. http://aka.ms/azureautomationsdk/joboperations

Get(IJobOperations, String, String, Guid)

Operaciones jobOperations.

Get(IJobOperations, String, String, String, String)

Recupere el trabajo identificado por nombre de trabajo. http://aka.ms/azureautomationsdk/joboperations

GetAsync(IJobOperations, String, String, Guid)

Operaciones jobOperations.

GetAsync(IJobOperations, String, String, String, String, CancellationToken)

Recupere el trabajo identificado por nombre de trabajo. http://aka.ms/azureautomationsdk/joboperations

GetOutput(IJobOperations, String, String, Guid)

Operaciones jobOperations.

GetOutput(IJobOperations, String, String, String, String)

Recupere la salida del trabajo identificada por el nombre del trabajo. http://aka.ms/azureautomationsdk/joboperations

GetOutputAsync(IJobOperations, String, String, Guid)

Operaciones jobOperations.

GetOutputAsync(IJobOperations, String, String, String, String, CancellationToken)

Recupere la salida del trabajo identificada por el nombre del trabajo. http://aka.ms/azureautomationsdk/joboperations

GetRunbookContent(IJobOperations, String, String, Guid)

Operaciones jobOperations.

GetRunbookContent(IJobOperations, String, String, String, String)

Recupere el contenido del runbook del trabajo identificado por nombre de trabajo. http://aka.ms/azureautomationsdk/joboperations

GetRunbookContentAsync(IJobOperations, String, String, Guid)

Operaciones jobOperations.

GetRunbookContentAsync(IJobOperations, String, String, String, String, CancellationToken)

Recupere el contenido del runbook del trabajo identificado por nombre de trabajo. http://aka.ms/azureautomationsdk/joboperations

List(IJobOperations, String, String, JobListParameters)

Operaciones jobOperations.

ListAsync(IJobOperations, String, String, JobListParameters)

Operaciones jobOperations.

ListByAutomationAccount(IJobOperations, String, String, ODataQuery<JobCollectionItem>, String)

Recuperar una lista de trabajos. http://aka.ms/azureautomationsdk/joboperations

ListByAutomationAccountAsync(IJobOperations, String, String, ODataQuery<JobCollectionItem>, String, CancellationToken)

Recuperar una lista de trabajos. http://aka.ms/azureautomationsdk/joboperations

ListByAutomationAccountNext(IJobOperations, String, String)

Recuperar una lista de trabajos. http://aka.ms/azureautomationsdk/joboperations

ListByAutomationAccountNextAsync(IJobOperations, String, String, CancellationToken)

Recuperar una lista de trabajos. http://aka.ms/azureautomationsdk/joboperations

ListNext(IJobOperations, String)

Operaciones jobOperations.

ListNextAsync(IJobOperations, String)

Operaciones jobOperations.

Resume(IJobOperations, String, String, Guid)

Operaciones jobOperations.

Resume(IJobOperations, String, String, String, String)

Reanude el trabajo identificado por jobName. http://aka.ms/azureautomationsdk/joboperations

ResumeAsync(IJobOperations, String, String, Guid)

Operaciones jobOperations.

ResumeAsync(IJobOperations, String, String, String, String, CancellationToken)

Reanude el trabajo identificado por jobName. http://aka.ms/azureautomationsdk/joboperations

Stop(IJobOperations, String, String, Guid)

Operaciones jobOperations.

Stop(IJobOperations, String, String, String, String)

Detenga el trabajo identificado por jobName. http://aka.ms/azureautomationsdk/joboperations

StopAsync(IJobOperations, String, String, Guid)

Operaciones jobOperations.

StopAsync(IJobOperations, String, String, String, String, CancellationToken)

Detenga el trabajo identificado por jobName. http://aka.ms/azureautomationsdk/joboperations

Suspend(IJobOperations, String, String, Guid)

Operaciones jobOperations.

Suspend(IJobOperations, String, String, String, String)

Suspenda el trabajo identificado por nombre de trabajo. http://aka.ms/azureautomationsdk/joboperations

SuspendAsync(IJobOperations, String, String, Guid)

Operaciones jobOperations.

SuspendAsync(IJobOperations, String, String, String, String, CancellationToken)

Suspenda el trabajo identificado por nombre de trabajo. http://aka.ms/azureautomationsdk/joboperations

Se aplica a