SolutionsBeginCreateOrUpdateResponse type
Contains response data for the beginCreateOrUpdate operation.
type SolutionsBeginCreateOrUpdateResponse = Solution & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}