Sdílet prostřednictvím


TestJobStreamsListByTestJobResponse type

Obsahuje data odpovědi pro operaci listByTestJob.

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