SolutionsBeginCreateOrUpdateResponse type
包含 beginCreateOrUpdate作的响应数据。
type SolutionsBeginCreateOrUpdateResponse = Solution & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}