SolutionsCreateOrUpdateResponse type
Berisi data respons untuk operasi createOrUpdate.
type SolutionsCreateOrUpdateResponse = Solution & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}