Delen via


RunbookGetContentResponse type

Bevat antwoordgegevens voor de getContent-bewerking.

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