Delen via


JobGetOutputResponse type

Bevat antwoordgegevens voor de getOutput-bewerking.

type JobGetOutputResponse = {
  _response: msRest.HttpResponse
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}