TestJobStreamsListByTestJobResponse type
Contains response data for the listByTestJob operation.
type TestJobStreamsListByTestJobResponse = JobStreamListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobStreamListResult
}
}