GetApplicationUpgradeResponse type
getApplicationUpgrade işleminin yanıt verilerini içerir.
type GetApplicationUpgradeResponse = ApplicationUpgradeProgressInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationUpgradeProgressInfo
}
}