SolutionsBeginUpdateResponse type
Contains response data for the beginUpdate operation.
type SolutionsBeginUpdateResponse = Solution & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}