AppsDownloadQueryLogsResponse type
Obsahuje data odpovědí pro operaci downloadQueryLogs.
type AppsDownloadQueryLogsResponse = {
_response: msRest.HttpResponse
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}