GetApplicationUpgradeResponse type
A getApplicationUpgrade művelet válaszadatait tartalmazza.
type GetApplicationUpgradeResponse = ApplicationUpgradeProgressInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationUpgradeProgressInfo
}
}