Compartir a través de


TestJobStreams class

Clase que representa un TestJobStreams.

Constructores

TestJobStreams(AutomationClientContext)

Cree una clase TestJobStreams.

Métodos

get(string, string, string, string, RequestOptionsBase)

Recupere un flujo de trabajo de prueba del trabajo de prueba identificado por el nombre del runbook y el identificador de secuencia.

get(string, string, string, string, RequestOptionsBase, ServiceCallback<JobStream>)
get(string, string, string, string, ServiceCallback<JobStream>)
listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Recupere una lista de flujos de trabajo de prueba identificados por el nombre del runbook.

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams, ServiceCallback<JobStreamListResult>)
listByTestJobNext(string, RequestOptionsBase)

Recupere una lista de flujos de trabajo de prueba identificados por el nombre del runbook.

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)
listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

Detalles del constructor

TestJobStreams(AutomationClientContext)

Cree una clase TestJobStreams.

new TestJobStreams(client: AutomationClientContext)

Parámetros

client
AutomationClientContext

Referencia al cliente de servicio.

Detalles del método

get(string, string, string, string, RequestOptionsBase)

Recupere un flujo de trabajo de prueba del trabajo de prueba identificado por el nombre del runbook y el identificador de secuencia.

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

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

runbookName

string

Nombre del runbook.

jobStreamId

string

Identificador de flujo de trabajo.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<Models.TestJobStreamsGetResponse>

get(string, string, string, string, RequestOptionsBase, ServiceCallback<JobStream>)

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options: RequestOptionsBase, callback: ServiceCallback<JobStream>)

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

runbookName

string

Nombre del runbook.

jobStreamId

string

Identificador de flujo de trabajo.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<JobStream>

Devolución de llamada

get(string, string, string, string, ServiceCallback<JobStream>)

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, callback: ServiceCallback<JobStream>)

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

runbookName

string

Nombre del runbook.

jobStreamId

string

Identificador de flujo de trabajo.

callback

ServiceCallback<JobStream>

Devolución de llamada

listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<JobStreamListResult>)

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

runbookName

string

Nombre del runbook.

callback

ServiceCallback<JobStreamListResult>

Devolución de llamada

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Recupere una lista de flujos de trabajo de prueba identificados por el nombre del runbook.

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): Promise<TestJobStreamsListByTestJobResponse>

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

runbookName

string

Nombre del runbook.

options
TestJobStreamsListByTestJobOptionalParams

Los parámetros opcionales

Devoluciones

Promise<Models.TestJobStreamsListByTestJobResponse>

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams, ServiceCallback<JobStreamListResult>)

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options: TestJobStreamsListByTestJobOptionalParams, callback: ServiceCallback<JobStreamListResult>)

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

runbookName

string

Nombre del runbook.

options
TestJobStreamsListByTestJobOptionalParams

Los parámetros opcionales

callback

ServiceCallback<JobStreamListResult>

Devolución de llamada

listByTestJobNext(string, RequestOptionsBase)

Recupere una lista de flujos de trabajo de prueba identificados por el nombre del runbook.

function listByTestJobNext(nextPageLink: string, options?: RequestOptionsBase): Promise<TestJobStreamsListByTestJobNextResponse>

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Promise<Models.TestJobStreamsListByTestJobNextResponse>

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)

function listByTestJobNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<JobStreamListResult>)

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<JobStreamListResult>

Devolución de llamada

listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

function listByTestJobNext(nextPageLink: string, callback: ServiceCallback<JobStreamListResult>)

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

callback

ServiceCallback<JobStreamListResult>

Devolución de llamada