مشاركة عبر


GetApplicationUpgradeResponse type

يحتوي على بيانات الاستجابة لعملية getApplicationUpgrade.

type GetApplicationUpgradeResponse = ApplicationUpgradeProgressInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationUpgradeProgressInfo
  }
}