SolutionsBeginUpdateResponse type
Bevat antwoordgegevens voor de beginUpdate-bewerking.
type SolutionsBeginUpdateResponse = Solution & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}