Condividi tramite


TestJobStreams class

Classe che rappresenta un oggetto TestJobStreams.

Costruttori

TestJobStreams(AutomationClientContext)

Creare un oggetto TestJobStreams.

Metodi

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

Recuperare un flusso di processo di test del processo di test identificato dal nome del runbook e dall'ID flusso.

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)

Recuperare un elenco di flussi di processo di test identificati dal nome del runbook.

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

Recuperare un elenco di flussi di processo di test identificati dal nome del runbook.

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

Dettagli costruttore

TestJobStreams(AutomationClientContext)

Creare un oggetto TestJobStreams.

new TestJobStreams(client: AutomationClientContext)

Parametri

client
AutomationClientContext

Riferimento al client del servizio.

Dettagli metodo

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

Recuperare un flusso di processo di test del processo di test identificato dal nome del runbook e dall'ID flusso.

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

runbookName

string

Nome del runbook.

jobStreamId

string

ID del flusso di processo.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

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>)

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

runbookName

string

Nome del runbook.

jobStreamId

string

ID del flusso di processo.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<JobStream>

Callback

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

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

runbookName

string

Nome del runbook.

jobStreamId

string

ID del flusso di processo.

callback

ServiceCallback<JobStream>

Callback

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

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

runbookName

string

Nome del runbook.

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Recuperare un elenco di flussi di processo di test identificati dal nome del runbook.

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

runbookName

string

Nome del runbook.

options
TestJobStreamsListByTestJobOptionalParams

Parametri facoltativi

Restituisce

Promise<Models.TestJobStreamsListByTestJobResponse>

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

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

runbookName

string

Nome del runbook.

options
TestJobStreamsListByTestJobOptionalParams

Parametri facoltativi

listByTestJobNext(string, RequestOptionsBase)

Recuperare un elenco di flussi di processo di test identificati dal nome del runbook.

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

Parametri

nextPageLink

string

NextLink della precedente chiamata riuscita all'operazione List.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.TestJobStreamsListByTestJobNextResponse>

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)

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

Parametri

nextPageLink

string

NextLink della precedente chiamata riuscita all'operazione List.

options
RequestOptionsBase

Parametri facoltativi

listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

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

Parametri

nextPageLink

string

NextLink della precedente chiamata riuscita all'operazione List.