Freigeben über


GetApplicationUpgradeResponse type

Enthält Antwortdaten für den getApplicationUpgrade-Vorgang.

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