TestJobStreamsListByTestJobResponse type
包含 listByTestJob作的响应数据。
type TestJobStreamsListByTestJobResponse = JobStreamListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobStreamListResult
}
}