SolutionsBeginCreateOrUpdateResponse type
beginCreateOrUpdate işleminin yanıt verilerini içerir.
type SolutionsBeginCreateOrUpdateResponse = Solution & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}