Freigeben über


WebAppsGetContainerLogsZipSlotResponse type

Enthält Antwortdaten für den getContainerLogsZipSlot-Vorgang.

type WebAppsGetContainerLogsZipSlotResponse = {
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}