次の方法で共有


GetApplicationUpgradeResponse type

getApplicationUpgrade 操作の応答データが含まれています。

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