Aracılığıyla paylaş


RunbookGetContentResponse type

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

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