SolutionsBeginUpdateResponse type
Contiene i dati di risposta per l'operazione beginUpdate.
type SolutionsBeginUpdateResponse = Solution & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}