Delen via


TestJobStreams class

Klasse die een TestJobStreams vertegenwoordigt.

Constructors

TestJobStreams(AutomationClientContext)

Een TestJobStreams maken.

Methoden

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

Haal een testtaakstroom op van de testtaak die is geïdentificeerd door de runbooknaam en de stream-id.

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)

Haal een lijst met testtaakstreams op die worden geïdentificeerd door de runbooknaam.

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

Haal een lijst met testtaakstreams op die worden geïdentificeerd door de runbooknaam.

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

Constructordetails

TestJobStreams(AutomationClientContext)

Een TestJobStreams maken.

new TestJobStreams(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Verwijzing naar de serviceclient.

Methodedetails

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

Haal een testtaakstroom op van de testtaak die is geïdentificeerd door de runbooknaam en de stream-id.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

jobStreamId

string

De taakstream-id.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.TestJobStreamsGetResponse>

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

jobStreamId

string

De taakstream-id.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<JobStream>

De callback

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

jobStreamId

string

De taakstream-id.

callback

ServiceCallback<JobStream>

De callback

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

callback

ServiceCallback<JobStreamListResult>

De callback

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Haal een lijst met testtaakstreams op die worden geïdentificeerd door de runbooknaam.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

options
TestJobStreamsListByTestJobOptionalParams

De optionele parameters

Retouren

Beloof<modellen.TestJobStreamsListByTestJobResponse>

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

runbookName

string

De naam van het runbook.

options
TestJobStreamsListByTestJobOptionalParams

De optionele parameters

callback

ServiceCallback<JobStreamListResult>

De callback

listByTestJobNext(string, RequestOptionsBase)

Haal een lijst met testtaakstreams op die worden geïdentificeerd door de runbooknaam.

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Models.TestJobStreamsListByTestJobNextResponse>

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<JobStreamListResult>

De callback

listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

callback

ServiceCallback<JobStreamListResult>

De callback