Condividi tramite


TestJobStreamsListByTestJobResponse type

Contiene i dati di risposta per l'operazione listByTestJob.

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