TestJobStreamsOperations interface
Interface representing a TestJobStreams operations.
Properties
| get | Retrieve a test job stream of the test job identified by runbook name and stream id. |
| list |
Retrieve a list of test job streams identified by runbook name. |
Property Details
get
Retrieve a test job stream of the test job identified by runbook name and stream id.
get: (resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: TestJobStreamsGetOptionalParams) => Promise<JobStream>
Property Value
(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: TestJobStreamsGetOptionalParams) => Promise<JobStream>
listByTestJob
Retrieve a list of test job streams identified by runbook name.
listByTestJob: (resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams) => PagedAsyncIterableIterator<JobStream, JobStream[], PageSettings>
Property Value
(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams) => PagedAsyncIterableIterator<JobStream, JobStream[], PageSettings>