次の方法で共有


TestJobStreamsListByTestJobResponse type

listByTestJob 操作の応答データを格納します。

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