Udostępnij za pośrednictwem


TestJobStreams class

Klasa reprezentująca element TestJobStreams.

Konstruktory

TestJobStreams(AutomationClientContext)

Utwórz element TestJobStreams.

Metody

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

Pobierz strumień zadań testowych zadania testowego zidentyfikowanego przez nazwę elementu Runbook i identyfikator strumienia.

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)

Pobierz listę strumieni zadań testowych zidentyfikowanych przez nazwę elementu Runbook.

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

Pobierz listę strumieni zadań testowych zidentyfikowanych przez nazwę elementu Runbook.

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

Szczegóły konstruktora

TestJobStreams(AutomationClientContext)

Utwórz element TestJobStreams.

new TestJobStreams(client: AutomationClientContext)

Parametry

client
AutomationClientContext

Odwołanie do klienta usługi.

Szczegóły metody

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

Pobierz strumień zadań testowych zadania testowego zidentyfikowanego przez nazwę elementu Runbook i identyfikator strumienia.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

runbookName

string

Nazwa elementu runbook.

jobStreamId

string

Identyfikator strumienia zadań.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

runbookName

string

Nazwa elementu runbook.

jobStreamId

string

Identyfikator strumienia zadań.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<JobStream>

Wywołanie zwrotne

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

runbookName

string

Nazwa elementu runbook.

jobStreamId

string

Identyfikator strumienia zadań.

callback

ServiceCallback<JobStream>

Wywołanie zwrotne

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

runbookName

string

Nazwa elementu runbook.

callback

ServiceCallback<JobStreamListResult>

Wywołanie zwrotne

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Pobierz listę strumieni zadań testowych zidentyfikowanych przez nazwę elementu Runbook.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

runbookName

string

Nazwa elementu runbook.

options
TestJobStreamsListByTestJobOptionalParams

Parametry opcjonalne

Zwraca

Promise<Models.TestJobStreamsListByTestJobResponse>

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

runbookName

string

Nazwa elementu runbook.

options
TestJobStreamsListByTestJobOptionalParams

Parametry opcjonalne

callback

ServiceCallback<JobStreamListResult>

Wywołanie zwrotne

listByTestJobNext(string, RequestOptionsBase)

Pobierz listę strumieni zadań testowych zidentyfikowanych przez nazwę elementu Runbook.

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania listy.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.TestJobStreamsListByTestJobNextResponse>

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania listy.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<JobStreamListResult>

Wywołanie zwrotne

listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania listy.

callback

ServiceCallback<JobStreamListResult>

Wywołanie zwrotne