Dela via


SolutionsUpdateResponse type

Innehåller svarsdata för uppdateringsåtgärden.

type SolutionsUpdateResponse = Solution & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}