TestJobStreamsListByTestJobResponse type
listByTestJob 操作の応答データを格納します。
type TestJobStreamsListByTestJobResponse = JobStreamListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobStreamListResult
}
}