MeshApplicationGetUpgradeProgressResponse type
A getUpgradeProgress művelet válaszadatait tartalmazza.
type MeshApplicationGetUpgradeProgressResponse =
ApplicationResourceUpgradeProgressInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationResourceUpgradeProgressInfo
}
}