SolutionsBeginUpdateResponse type
Contém dados de resposta para a operação beginUpdate.
type SolutionsBeginUpdateResponse = Solution & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}