GetApplicationUpgradeResponse type
包含 getApplicationUpgrade作的响应数据。
type GetApplicationUpgradeResponse = ApplicationUpgradeProgressInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationUpgradeProgressInfo
}
}