共用方式為


AppsPackageTrainedApplicationAsGzipResponse type

包含 packageTrainedApplicationAsGzip 作業的回應資料。

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