AppsPackageTrainedApplicationAsGzipResponse type
PackageTrainedApplicationAsGzip işleminin yanıt verilerini içerir.
type AppsPackageTrainedApplicationAsGzipResponse = {
_response: msRest.HttpResponse
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}