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