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