Megosztás a következőn keresztül:


AppsImportMethodResponse type

Az importálásMethod művelet válaszadatait tartalmazza.

type AppsImportMethodResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}