Partager via


TestJobStreams interface

Interface représentant un TestJobStreams.

Méthodes

get(string, string, string, string, TestJobStreamsGetOptionalParams)

Récupérez un flux de travail de test du travail de test identifié par le nom du runbook et l’ID de flux.

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Récupérez la liste des flux de travail de test identifiés par le nom du runbook.

Détails de la méthode

get(string, string, string, string, TestJobStreamsGetOptionalParams)

Récupérez un flux de travail de test du travail de test identifié par le nom du runbook et l’ID de flux.

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: TestJobStreamsGetOptionalParams): Promise<JobStream>

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

runbookName

string

Nom du runbook.

jobStreamId

string

ID du flux de travail.

options
TestJobStreamsGetOptionalParams

Paramètres d’options.

Retours

Promise<JobStream>

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Récupérez la liste des flux de travail de test identifiés par le nom du runbook.

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): PagedAsyncIterableIterator<JobStream, JobStream[], PageSettings>

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

runbookName

string

Nom du runbook.

options
TestJobStreamsListByTestJobOptionalParams

Paramètres d’options.

Retours