TestJobStreamsListByTestJobResponse type
包含 listByTestJob 作業的響應數據。
type TestJobStreamsListByTestJobResponse = JobStreamListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobStreamListResult
}
}