TestJobStreams interface
Interface representing a TestJobStreams.
Methods
get(string, string, string, string, Test |
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. |
Method Details
get(string, string, string, string, TestJobStreamsGetOptionalParams)
Retrieve a test job stream of the test job identified by runbook name and stream id.
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: TestJobStreamsGetOptionalParams): Promise<JobStream>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- runbookName
-
string
The runbook name.
- jobStreamId
-
string
The job stream id.
- options
- TestJobStreamsGetOptionalParams
The options parameters.
Returns
Promise<JobStream>
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)
Retrieve a list of test job streams identified by runbook name.
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): PagedAsyncIterableIterator<JobStream, JobStream[], PageSettings>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- runbookName
-
string
The runbook name.
The options parameters.
Returns
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript