SolutionsCreateOrUpdateResponse type

Contains response data for the createOrUpdate operation.

type SolutionsCreateOrUpdateResponse = Solution & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}