Compartilhar via


TestJobStreams class

Classe que representa um TestJobStreams.

Construtores

TestJobStreams(AutomationClientContext)

Crie um TestJobStreams.

Métodos

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

Recupere um fluxo de trabalho de teste do trabalho de teste identificado pelo nome do runbook e pela ID do fluxo.

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 uma lista de fluxos de trabalho de teste identificados pelo nome do runbook.

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

Recupere uma lista de fluxos de trabalho de teste identificados pelo nome do runbook.

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

Detalhes do construtor

TestJobStreams(AutomationClientContext)

Crie um TestJobStreams.

new TestJobStreams(client: AutomationClientContext)

Parâmetros

client
AutomationClientContext

Referência ao cliente de serviço.

Detalhes do método

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

Recupere um fluxo de trabalho de teste do trabalho de teste identificado pelo nome do runbook e pela ID do fluxo.

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

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

runbookName

string

O nome do runbook.

jobStreamId

string

A ID do fluxo de trabalho.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

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

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

runbookName

string

O nome do runbook.

jobStreamId

string

A ID do fluxo de trabalho.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<JobStream>

O retorno de chamada

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

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

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

runbookName

string

O nome do runbook.

jobStreamId

string

A ID do fluxo de trabalho.

callback

ServiceCallback<JobStream>

O retorno de chamada

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

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

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

runbookName

string

O nome do runbook.

callback

ServiceCallback<JobStreamListResult>

O retorno de chamada

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Recupere uma lista de fluxos de trabalho de teste identificados pelo nome do runbook.

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

Parâmetros

resourceGroupName

string

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

runbookName

string

O nome do runbook.

options
TestJobStreamsListByTestJobOptionalParams

Os parâmetros opcionais

Retornos

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

Nome de um grupo de recursos do Azure.

automationAccountName

string

O nome da conta de automação.

runbookName

string

O nome do runbook.

options
TestJobStreamsListByTestJobOptionalParams

Os parâmetros opcionais

callback

ServiceCallback<JobStreamListResult>

O retorno de chamada

listByTestJobNext(string, RequestOptionsBase)

Recupere uma lista de fluxos de trabalho de teste identificados pelo nome do runbook.

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

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação Listar.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Promise<Models.TestJobStreamsListByTestJobNextResponse>

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)

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

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação Listar.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<JobStreamListResult>

O retorno de chamada

listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

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

Parâmetros

nextPageLink

string

O NextLink da chamada com êxito anterior para a operação Listar.

callback

ServiceCallback<JobStreamListResult>

O retorno de chamada