Megosztás:


GetApplicationInfoResponse type

A getApplicationInfo művelet válaszadatait tartalmazza.

type GetApplicationInfoResponse = ApplicationInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInfo
  }
}