共用方式為


AppsDownloadQueryLogsResponse type

包含 downloadQueryLogs 作業的回應資料。

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