共用方式為


TestJobStreamsListByTestJobResponse type

包含 listByTestJob 作業的回應資料。

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