GetApplicationUpgradeResponse type
getApplicationUpgrade 操作の応答データが含まれています。
type GetApplicationUpgradeResponse = ApplicationUpgradeProgressInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationUpgradeProgressInfo
}
}