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