Partager via


IJobStreamOperations Interface

Définition

Opération de service pour les flux de travaux d’automatisation. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

public interface IJobStreamOperations
type IJobStreamOperations = interface
Public Interface IJobStreamOperations

Méthodes

GetAsync(String, Guid, String, CancellationToken)

Récupérer le flux de travaux identifié par l’ID de flux de travail. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

GetTestJobStreamAsync(String, String, String, CancellationToken)

Récupérer un flux de travail de test identifié par le nom du runbook et l’ID de flux. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

ListAsync(String, Guid, JobStreamListParameters, CancellationToken)

Récupérer une liste de flux de travaux identifiés par l’ID de travail. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

ListNextAsync(String, CancellationToken)

Obtient la page suivante des flux de travaux à l’aide du lien suivant.

ListTestJobStreamsAsync(String, String, JobStreamListParameters, CancellationToken)

Récupérez une liste de flux de travaux de test identifiés par le nom du runbook. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

Méthodes d’extension

Get(IJobStreamOperations, String, Guid, String)

Récupérer le flux de travaux identifié par l’ID de flux de travail. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

GetAsync(IJobStreamOperations, String, Guid, String)

Récupérer le flux de travaux identifié par l’ID de flux de travail. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

GetTestJobStream(IJobStreamOperations, String, String, String)

Récupérer un flux de travail de test identifié par le nom du runbook et l’ID de flux. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

GetTestJobStreamAsync(IJobStreamOperations, String, String, String)

Récupérer un flux de travail de test identifié par le nom du runbook et l’ID de flux. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

List(IJobStreamOperations, String, Guid, JobStreamListParameters)

Récupérer une liste de flux de travaux identifiés par l’ID de travail. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

ListAsync(IJobStreamOperations, String, Guid, JobStreamListParameters)

Récupérer une liste de flux de travaux identifiés par l’ID de travail. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

ListNext(IJobStreamOperations, String)

Obtient la page suivante des flux de travaux à l’aide du lien suivant.

ListNextAsync(IJobStreamOperations, String)

Obtient la page suivante des flux de travaux à l’aide du lien suivant.

ListTestJobStreams(IJobStreamOperations, String, String, JobStreamListParameters)

Récupérez une liste de flux de travaux de test identifiés par le nom du runbook. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

ListTestJobStreamsAsync(IJobStreamOperations, String, String, JobStreamListParameters)

Récupérez une liste de flux de travaux de test identifiés par le nom du runbook. (voir http://aka.ms/azureautomationsdk/jobstreamoperations pour plus d’informations)

S’applique à