SolutionsCreateOrUpdateResponse type
Innehåller svarsdata för åtgärden createOrUpdate.
type SolutionsCreateOrUpdateResponse = Solution & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}