Поделиться через


TestJobStreamsListByTestJobResponse type

Содержит данные ответа для операции listByTestJob.

type TestJobStreamsListByTestJobResponse = JobStreamListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: JobStreamListResult
  }
}