MeshApplicationGetUpgradeProgressResponse type
getUpgradeProgress işleminin yanıt verilerini içerir.
type MeshApplicationGetUpgradeProgressResponse =
ApplicationResourceUpgradeProgressInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationResourceUpgradeProgressInfo
}
}