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