Sdílet prostřednictvím


RunbookGetContentResponse type

Obsahuje data odpovědi pro operaci getContent.

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