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