Aracılığıyla paylaş


JobGetOutputResponse type

getOutput işlemi için yanıt verilerini içerir.

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