SolutionsCreateOrUpdateResponse type
Содержит данные ответа для операции createOrUpdate.
type SolutionsCreateOrUpdateResponse = Solution & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}