JobGetRunbookContentResponse type

Contains response data for the getRunbookContent operation.

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